Shades of Fuchsia #C942CC
Tints of Fuchsia #C942CC
RGB
CMYK
RGB Variations
Color information
#C942CC (or 0xC942CC) is known color: Fuchsia. HEX triplet: C9, 42 and CC. RGB value is (201,66,204). Sum of RGB (Red+Green+Blue) = 201+66+204=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #C942CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942CC is #36BD33. Grayscale: #797979. Windows color (decimal): -3587380 or 13386441. OLE color: 13386441.
HSL color Cylindrical-coordinate representation of color #C942CC: hue angle of 298.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C942CC is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 66 | 204 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.2 |
| HSL | 298.7º | 0.58% | 0.53% | - |
| HSV(B) | 298.7º | 0.68% | 0.8% | - |
| XYZ | 36.93 | 20.67 | 59.17 | - |
| YUV | 122.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 204 | 0.01 | 0.68 | 0 | 0.2 | 298.7 | 0.58 | 0.53 |
| Hex | C9 | 42 | CC | 1 | 44 | 0 | 14 | 12B | 3A | 35 |
| Octal | 311 | 102 | 314 | 1 | 104 | 0 | 24 | 453 | 72 | 65 |
| Binary | 11001001 | 1000010 | 11001100 | 1 | 1000100 | 0 | 10100 | 100101011 | 111010 | 110101 |
Color Harmonies of #C942CC
Complementary color
Monochromatic Colors of #C942CC
Black with #C942CC
Text Example
Text Example
White with #C942CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942CC; }
p { color: rgb(201,66,204); }
H1.HeaderClassName
{
color: #C942CC;
}
.AnyTagClassName
{
color: #C942CC;
}
</style>
background-color css
<style>
a { background-color: #C942CC; }
a { background-color: rgb(201,66,204); }
div.DivClassName
{
background-color: #C942CC;
}
.BgClassName
{
background-color: #C942CC;
}
</style>
border-color css
<style>
span { border-color: #C942CC; }
span { border-color: rgb(201,66,204); }
td.TdClassName
{
border-color: #C942CC;
}
.TagClassName
{
border-color: #C942CC;
}
</style>