Shades of Fuchsia #C942CE
Tints of Fuchsia #C942CE
RGB
CMYK
RGB Variations
Color information
#C942CE (or 0xC942CE) is known color: Fuchsia. HEX triplet: C9, 42 and CE. RGB value is (201,66,206). Sum of RGB (Red+Green+Blue) = 201+66+206=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #C942CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942CE is #36BD31. Grayscale: #797979. Windows color (decimal): -3587378 or 13517513. OLE color: 13517513.
HSL color Cylindrical-coordinate representation of color #C942CE: hue angle of 297.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C942CE is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 66 | 206 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.19 |
| HSL | 297.86º | 0.59% | 0.53% | - |
| HSV(B) | 297.86º | 0.68% | 0.81% | - |
| XYZ | 37.18 | 20.77 | 60.44 | - |
| YUV | 122.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 206 | 0.02 | 0.68 | 0 | 0.19 | 297.86 | 0.59 | 0.53 |
| Hex | C9 | 42 | CE | 2 | 44 | 0 | 13 | 12A | 3B | 35 |
| Octal | 311 | 102 | 316 | 2 | 104 | 0 | 23 | 452 | 73 | 65 |
| Binary | 11001001 | 1000010 | 11001110 | 10 | 1000100 | 0 | 10011 | 100101010 | 111011 | 110101 |
Color Harmonies of #C942CE
Complementary color
Monochromatic Colors of #C942CE
Black with #C942CE
Text Example
Text Example
White with #C942CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942CE; }
p { color: rgb(201,66,206); }
H1.HeaderClassName
{
color: #C942CE;
}
.AnyTagClassName
{
color: #C942CE;
}
</style>
background-color css
<style>
a { background-color: #C942CE; }
a { background-color: rgb(201,66,206); }
div.DivClassName
{
background-color: #C942CE;
}
.BgClassName
{
background-color: #C942CE;
}
</style>
border-color css
<style>
span { border-color: #C942CE; }
span { border-color: rgb(201,66,206); }
td.TdClassName
{
border-color: #C942CE;
}
.TagClassName
{
border-color: #C942CE;
}
</style>