Shades of Fuchsia #C943D1
Tints of Fuchsia #C943D1
RGB
CMYK
RGB Variations
Color information
#C943D1 (or 0xC943D1) is known color: Fuchsia. HEX triplet: C9, 43 and D1. RGB value is (201,67,209). Sum of RGB (Red+Green+Blue) = 201+67+209=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #C943D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943D1 is #36BC2E. Grayscale: #7A7A7A. Windows color (decimal): -3587119 or 13714377. OLE color: 13714377.
HSL color Cylindrical-coordinate representation of color #C943D1: hue angle of 296.62º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C943D1 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 67 | 209 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.18 |
| HSL | 296.62º | 0.61% | 0.54% | - |
| HSV(B) | 296.62º | 0.68% | 0.82% | - |
| XYZ | 37.6 | 21.04 | 62.4 | - |
| YUV | 123.25 | 176.39 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 209 | 0.04 | 0.68 | 0 | 0.18 | 296.62 | 0.61 | 0.54 |
| Hex | C9 | 43 | D1 | 4 | 44 | 0 | 12 | 129 | 3D | 36 |
| Octal | 311 | 103 | 321 | 4 | 104 | 0 | 22 | 451 | 75 | 66 |
| Binary | 11001001 | 1000011 | 11010001 | 100 | 1000100 | 0 | 10010 | 100101001 | 111101 | 110110 |
Color Harmonies of #C943D1
Complementary color
Monochromatic Colors of #C943D1
Black with #C943D1
Text Example
Text Example
White with #C943D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943D1; }
p { color: rgb(201,67,209); }
H1.HeaderClassName
{
color: #C943D1;
}
.AnyTagClassName
{
color: #C943D1;
}
</style>
background-color css
<style>
a { background-color: #C943D1; }
a { background-color: rgb(201,67,209); }
div.DivClassName
{
background-color: #C943D1;
}
.BgClassName
{
background-color: #C943D1;
}
</style>
border-color css
<style>
span { border-color: #C943D1; }
span { border-color: rgb(201,67,209); }
td.TdClassName
{
border-color: #C943D1;
}
.TagClassName
{
border-color: #C943D1;
}
</style>