Shades of Fuchsia #CC42B5
Tints of Fuchsia #CC42B5
RGB
CMYK
RGB Variations
Color information
#CC42B5 (or 0xCC42B5) is known color: Fuchsia. HEX triplet: CC, 42 and B5. RGB value is (204,66,181). Sum of RGB (Red+Green+Blue) = 204+66+181=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42B5 is #33BD4A. Grayscale: #787878. Windows color (decimal): -3390795 or 11879116. OLE color: 11879116.
HSL color Cylindrical-coordinate representation of color #CC42B5: hue angle of 310º 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 #CC42B5 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 181 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.2 |
| HSL | 310º | 0.58% | 0.53% | - |
| HSV(B) | 310º | 0.68% | 0.8% | - |
| XYZ | 35.19 | 20.07 | 45.74 | - |
| YUV | 120.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 181 | 0 | 0.68 | 0.11 | 0.2 | 310 | 0.58 | 0.53 |
| Hex | CC | 42 | B5 | 0 | 44 | B | 14 | 136 | 3A | 35 |
| Octal | 314 | 102 | 265 | 0 | 104 | 13 | 24 | 466 | 72 | 65 |
| Binary | 11001100 | 1000010 | 10110101 | 0 | 1000100 | 1011 | 10100 | 100110110 | 111010 | 110101 |
Color Harmonies of #CC42B5
Complementary color
Monochromatic Colors of #CC42B5
Black with #CC42B5
Text Example
Text Example
White with #CC42B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42B5; }
p { color: rgb(204,66,181); }
H1.HeaderClassName
{
color: #CC42B5;
}
.AnyTagClassName
{
color: #CC42B5;
}
</style>
background-color css
<style>
a { background-color: #CC42B5; }
a { background-color: rgb(204,66,181); }
div.DivClassName
{
background-color: #CC42B5;
}
.BgClassName
{
background-color: #CC42B5;
}
</style>
border-color css
<style>
span { border-color: #CC42B5; }
span { border-color: rgb(204,66,181); }
td.TdClassName
{
border-color: #CC42B5;
}
.TagClassName
{
border-color: #CC42B5;
}
</style>