Shades of Fuchsia #CC42C6
Tints of Fuchsia #CC42C6
RGB
CMYK
RGB Variations
Color information
#CC42C6 (or 0xCC42C6) is known color: Fuchsia. HEX triplet: CC, 42 and C6. RGB value is (204,66,198). Sum of RGB (Red+Green+Blue) = 204+66+198=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42C6 is #33BD39. Grayscale: #797979. Windows color (decimal): -3390778 or 12993228. OLE color: 12993228.
HSL color Cylindrical-coordinate representation of color #CC42C6: hue angle of 302.61º 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 #CC42C6 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 198 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.2 |
| HSL | 302.61º | 0.58% | 0.53% | - |
| HSV(B) | 302.61º | 0.68% | 0.8% | - |
| XYZ | 37.04 | 20.81 | 55.49 | - |
| YUV | 122.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 198 | 0 | 0.68 | 0.03 | 0.2 | 302.61 | 0.58 | 0.53 |
| Hex | CC | 42 | C6 | 0 | 44 | 3 | 14 | 12F | 3A | 35 |
| Octal | 314 | 102 | 306 | 0 | 104 | 3 | 24 | 457 | 72 | 65 |
| Binary | 11001100 | 1000010 | 11000110 | 0 | 1000100 | 11 | 10100 | 100101111 | 111010 | 110101 |
Color Harmonies of #CC42C6
Complementary color
Monochromatic Colors of #CC42C6
Black with #CC42C6
Text Example
Text Example
White with #CC42C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42C6; }
p { color: rgb(204,66,198); }
H1.HeaderClassName
{
color: #CC42C6;
}
.AnyTagClassName
{
color: #CC42C6;
}
</style>
background-color css
<style>
a { background-color: #CC42C6; }
a { background-color: rgb(204,66,198); }
div.DivClassName
{
background-color: #CC42C6;
}
.BgClassName
{
background-color: #CC42C6;
}
</style>
border-color css
<style>
span { border-color: #CC42C6; }
span { border-color: rgb(204,66,198); }
td.TdClassName
{
border-color: #CC42C6;
}
.TagClassName
{
border-color: #CC42C6;
}
</style>