Shades of Fuchsia #CC42BD
Tints of Fuchsia #CC42BD
RGB
CMYK
RGB Variations
Color information
#CC42BD (or 0xCC42BD) is known color: Fuchsia. HEX triplet: CC, 42 and BD. RGB value is (204,66,189). Sum of RGB (Red+Green+Blue) = 204+66+189=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42BD is #33BD42. Grayscale: #787878. Windows color (decimal): -3390787 or 12403404. OLE color: 12403404.
HSL color Cylindrical-coordinate representation of color #CC42BD: hue angle of 306.52º 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 #CC42BD is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 189 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.2 |
| HSL | 306.52º | 0.58% | 0.53% | - |
| HSV(B) | 306.52º | 0.68% | 0.8% | - |
| XYZ | 36.04 | 20.41 | 50.18 | - |
| YUV | 121.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 189 | 0 | 0.68 | 0.07 | 0.2 | 306.52 | 0.58 | 0.53 |
| Hex | CC | 42 | BD | 0 | 44 | 7 | 14 | 133 | 3A | 35 |
| Octal | 314 | 102 | 275 | 0 | 104 | 7 | 24 | 463 | 72 | 65 |
| Binary | 11001100 | 1000010 | 10111101 | 0 | 1000100 | 111 | 10100 | 100110011 | 111010 | 110101 |
Color Harmonies of #CC42BD
Complementary color
Monochromatic Colors of #CC42BD
Black with #CC42BD
Text Example
Text Example
White with #CC42BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42BD; }
p { color: rgb(204,66,189); }
H1.HeaderClassName
{
color: #CC42BD;
}
.AnyTagClassName
{
color: #CC42BD;
}
</style>
background-color css
<style>
a { background-color: #CC42BD; }
a { background-color: rgb(204,66,189); }
div.DivClassName
{
background-color: #CC42BD;
}
.BgClassName
{
background-color: #CC42BD;
}
</style>
border-color css
<style>
span { border-color: #CC42BD; }
span { border-color: rgb(204,66,189); }
td.TdClassName
{
border-color: #CC42BD;
}
.TagClassName
{
border-color: #CC42BD;
}
</style>