Shades of Fuchsia #C942CA
Tints of Fuchsia #C942CA
RGB
CMYK
RGB Variations
Color information
#C942CA (or 0xC942CA) is known color: Fuchsia. HEX triplet: C9, 42 and CA. RGB value is (201,66,202). Sum of RGB (Red+Green+Blue) = 201+66+202=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #C942CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942CA is #36BD35. Grayscale: #797979. Windows color (decimal): -3587382 or 13255369. OLE color: 13255369.
HSL color Cylindrical-coordinate representation of color #C942CA: hue angle of 299.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C942CA is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 202 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.21 |
| HSL | 299.56º | 0.56% | 0.53% | - |
| HSV(B) | 299.56º | 0.67% | 0.79% | - |
| XYZ | 36.7 | 20.58 | 57.92 | - |
| YUV | 121.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 202 | 0.00 | 0.67 | 0 | 0.21 | 299.56 | 0.56 | 0.53 |
| Hex | C9 | 42 | CA | 0 | 43 | 0 | 15 | 12C | 38 | 35 |
| Octal | 311 | 102 | 312 | 0 | 103 | 0 | 25 | 454 | 70 | 65 |
| Binary | 11001001 | 1000010 | 11001010 | 0 | 1000011 | 0 | 10101 | 100101100 | 111000 | 110101 |
Color Harmonies of #C942CA
Complementary color
Monochromatic Colors of #C942CA
Black with #C942CA
Text Example
Text Example
White with #C942CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942CA; }
p { color: rgb(201,66,202); }
H1.HeaderClassName
{
color: #C942CA;
}
.AnyTagClassName
{
color: #C942CA;
}
</style>
background-color css
<style>
a { background-color: #C942CA; }
a { background-color: rgb(201,66,202); }
div.DivClassName
{
background-color: #C942CA;
}
.BgClassName
{
background-color: #C942CA;
}
</style>
border-color css
<style>
span { border-color: #C942CA; }
span { border-color: rgb(201,66,202); }
td.TdClassName
{
border-color: #C942CA;
}
.TagClassName
{
border-color: #C942CA;
}
</style>