Shades of Fuchsia #CC42D4
Tints of Fuchsia #CC42D4
RGB
CMYK
RGB Variations
Color information
#CC42D4 (or 0xCC42D4) is known color: Fuchsia. HEX triplet: CC, 42 and D4. RGB value is (204,66,212). Sum of RGB (Red+Green+Blue) = 204+66+212=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC42D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42D4 is #33BD2B. Grayscale: #7B7B7B. Windows color (decimal): -3390764 or 13910732. OLE color: 13910732.
HSL color Cylindrical-coordinate representation of color #CC42D4: hue angle of 296.71º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC42D4 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 66 | 212 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.17 |
| HSL | 296.71º | 0.63% | 0.55% | - |
| HSV(B) | 296.71º | 0.69% | 0.83% | - |
| XYZ | 38.73 | 21.49 | 64.39 | - |
| YUV | 123.91 | 177.72 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 212 | 0.04 | 0.69 | 0 | 0.17 | 296.71 | 0.63 | 0.55 |
| Hex | CC | 42 | D4 | 4 | 45 | 0 | 11 | 129 | 3F | 37 |
| Octal | 314 | 102 | 324 | 4 | 105 | 0 | 21 | 451 | 77 | 67 |
| Binary | 11001100 | 1000010 | 11010100 | 100 | 1000101 | 0 | 10001 | 100101001 | 111111 | 110111 |
Color Harmonies of #CC42D4
Complementary color
Monochromatic Colors of #CC42D4
Black with #CC42D4
Text Example
Text Example
White with #CC42D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42D4; }
p { color: rgb(204,66,212); }
H1.HeaderClassName
{
color: #CC42D4;
}
.AnyTagClassName
{
color: #CC42D4;
}
</style>
background-color css
<style>
a { background-color: #CC42D4; }
a { background-color: rgb(204,66,212); }
div.DivClassName
{
background-color: #CC42D4;
}
.BgClassName
{
background-color: #CC42D4;
}
</style>
border-color css
<style>
span { border-color: #CC42D4; }
span { border-color: rgb(204,66,212); }
td.TdClassName
{
border-color: #CC42D4;
}
.TagClassName
{
border-color: #CC42D4;
}
</style>