Shades of Fuchsia #CC42CE
Tints of Fuchsia #CC42CE
RGB
CMYK
RGB Variations
Color information
#CC42CE (or 0xCC42CE) is known color: Fuchsia. HEX triplet: CC, 42 and CE. RGB value is (204,66,206). Sum of RGB (Red+Green+Blue) = 204+66+206=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42CE is #33BD31. Grayscale: #7A7A7A. Windows color (decimal): -3390770 or 13517516. OLE color: 13517516.
HSL color Cylindrical-coordinate representation of color #CC42CE: hue angle of 299.14º 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 #CC42CE is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 66 | 206 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.19 |
| HSL | 299.14º | 0.59% | 0.53% | - |
| HSV(B) | 299.14º | 0.68% | 0.81% | - |
| XYZ | 37.99 | 21.19 | 60.48 | - |
| YUV | 123.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 206 | 0.01 | 0.68 | 0 | 0.19 | 299.14 | 0.59 | 0.53 |
| Hex | CC | 42 | CE | 1 | 44 | 0 | 13 | 12B | 3B | 35 |
| Octal | 314 | 102 | 316 | 1 | 104 | 0 | 23 | 453 | 73 | 65 |
| Binary | 11001100 | 1000010 | 11001110 | 1 | 1000100 | 0 | 10011 | 100101011 | 111011 | 110101 |
Color Harmonies of #CC42CE
Complementary color
Monochromatic Colors of #CC42CE
Black with #CC42CE
Text Example
Text Example
White with #CC42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42CE; }
p { color: rgb(204,66,206); }
H1.HeaderClassName
{
color: #CC42CE;
}
.AnyTagClassName
{
color: #CC42CE;
}
</style>
background-color css
<style>
a { background-color: #CC42CE; }
a { background-color: rgb(204,66,206); }
div.DivClassName
{
background-color: #CC42CE;
}
.BgClassName
{
background-color: #CC42CE;
}
</style>
border-color css
<style>
span { border-color: #CC42CE; }
span { border-color: rgb(204,66,206); }
td.TdClassName
{
border-color: #CC42CE;
}
.TagClassName
{
border-color: #CC42CE;
}
</style>