Shades of Fuchsia #C943D2
Tints of Fuchsia #C943D2
RGB
CMYK
RGB Variations
Color information
#C943D2 (or 0xC943D2) is known color: Fuchsia. HEX triplet: C9, 43 and D2. RGB value is (201,67,210). Sum of RGB (Red+Green+Blue) = 201+67+210=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #C943D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943D2 is #36BC2D. Grayscale: #7A7A7A. Windows color (decimal): -3587118 or 13779913. OLE color: 13779913.
HSL color Cylindrical-coordinate representation of color #C943D2: hue angle of 296.22º 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 #C943D2 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 67 | 210 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.18 |
| HSL | 296.22º | 0.61% | 0.54% | - |
| HSV(B) | 296.22º | 0.68% | 0.82% | - |
| XYZ | 37.73 | 21.08 | 63.05 | - |
| YUV | 123.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 210 | 0.04 | 0.68 | 0 | 0.18 | 296.22 | 0.61 | 0.54 |
| Hex | C9 | 43 | D2 | 4 | 44 | 0 | 12 | 128 | 3D | 36 |
| Octal | 311 | 103 | 322 | 4 | 104 | 0 | 22 | 450 | 75 | 66 |
| Binary | 11001001 | 1000011 | 11010010 | 100 | 1000100 | 0 | 10010 | 100101000 | 111101 | 110110 |
Color Harmonies of #C943D2
Complementary color
Monochromatic Colors of #C943D2
Black with #C943D2
Text Example
Text Example
White with #C943D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943D2; }
p { color: rgb(201,67,210); }
H1.HeaderClassName
{
color: #C943D2;
}
.AnyTagClassName
{
color: #C943D2;
}
</style>
background-color css
<style>
a { background-color: #C943D2; }
a { background-color: rgb(201,67,210); }
div.DivClassName
{
background-color: #C943D2;
}
.BgClassName
{
background-color: #C943D2;
}
</style>
border-color css
<style>
span { border-color: #C943D2; }
span { border-color: rgb(201,67,210); }
td.TdClassName
{
border-color: #C943D2;
}
.TagClassName
{
border-color: #C943D2;
}
</style>