Shades of Fuchsia #CC42CC
Tints of Fuchsia #CC42CC
RGB
CMYK
RGB Variations
Color information
#CC42CC (or 0xCC42CC) is known color: Fuchsia. HEX triplet: CC, 42 and CC. RGB value is (204,66,204). Sum of RGB (Red+Green+Blue) = 204+66+204=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42CC is #33BD33. Grayscale: #7A7A7A. Windows color (decimal): -3390772 or 13386444. OLE color: 13386444.
HSL color Cylindrical-coordinate representation of color #CC42CC: hue angle of 300º 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 #CC42CC is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 204 | - |
| CMYK | 0 | 0.68 | 0 | 0.2 |
| HSL | 300º | 0.58% | 0.53% | - |
| HSV(B) | 300º | 0.68% | 0.8% | - |
| XYZ | 37.75 | 21.09 | 59.21 | - |
| YUV | 122.99 | 173.72 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 204 | 0 | 0.68 | 0 | 0.2 | 300 | 0.58 | 0.53 |
| Hex | CC | 42 | CC | 0 | 44 | 0 | 14 | 12C | 3A | 35 |
| Octal | 314 | 102 | 314 | 0 | 104 | 0 | 24 | 454 | 72 | 65 |
| Binary | 11001100 | 1000010 | 11001100 | 0 | 1000100 | 0 | 10100 | 100101100 | 111010 | 110101 |
Color Harmonies of #CC42CC
Complementary color
Monochromatic Colors of #CC42CC
Black with #CC42CC
Text Example
Text Example
White with #CC42CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42CC; }
p { color: rgb(204,66,204); }
H1.HeaderClassName
{
color: #CC42CC;
}
.AnyTagClassName
{
color: #CC42CC;
}
</style>
background-color css
<style>
a { background-color: #CC42CC; }
a { background-color: rgb(204,66,204); }
div.DivClassName
{
background-color: #CC42CC;
}
.BgClassName
{
background-color: #CC42CC;
}
</style>
border-color css
<style>
span { border-color: #CC42CC; }
span { border-color: rgb(204,66,204); }
td.TdClassName
{
border-color: #CC42CC;
}
.TagClassName
{
border-color: #CC42CC;
}
</style>