Shades of Fuchsia #C942D0
Tints of Fuchsia #C942D0
RGB
CMYK
RGB Variations
Color information
#C942D0 (or 0xC942D0) is known color: Fuchsia. HEX triplet: C9, 42 and D0. RGB value is (201,66,208). Sum of RGB (Red+Green+Blue) = 201+66+208=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #C942D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942D0 is #36BD2F. Grayscale: #7A7A7A. Windows color (decimal): -3587376 or 13648585. OLE color: 13648585.
HSL color Cylindrical-coordinate representation of color #C942D0: hue angle of 297.04º degrees, saturation: 0.6, 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 #C942D0 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 66 | 208 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.18 |
| HSL | 297.04º | 0.6% | 0.54% | - |
| HSV(B) | 297.04º | 0.68% | 0.82% | - |
| XYZ | 37.42 | 20.87 | 61.73 | - |
| YUV | 122.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 208 | 0.03 | 0.68 | 0 | 0.18 | 297.04 | 0.6 | 0.54 |
| Hex | C9 | 42 | D0 | 3 | 44 | 0 | 12 | 129 | 3C | 36 |
| Octal | 311 | 102 | 320 | 3 | 104 | 0 | 22 | 451 | 74 | 66 |
| Binary | 11001001 | 1000010 | 11010000 | 11 | 1000100 | 0 | 10010 | 100101001 | 111100 | 110110 |
Color Harmonies of #C942D0
Complementary color
Monochromatic Colors of #C942D0
Black with #C942D0
Text Example
Text Example
White with #C942D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942D0; }
p { color: rgb(201,66,208); }
H1.HeaderClassName
{
color: #C942D0;
}
.AnyTagClassName
{
color: #C942D0;
}
</style>
background-color css
<style>
a { background-color: #C942D0; }
a { background-color: rgb(201,66,208); }
div.DivClassName
{
background-color: #C942D0;
}
.BgClassName
{
background-color: #C942D0;
}
</style>
border-color css
<style>
span { border-color: #C942D0; }
span { border-color: rgb(201,66,208); }
td.TdClassName
{
border-color: #C942D0;
}
.TagClassName
{
border-color: #C942D0;
}
</style>