Shades of Fuchsia #CC4CC0
Tints of Fuchsia #CC4CC0
RGB
CMYK
RGB Variations
Color information
#CC4CC0 (or 0xCC4CC0) is known color: Fuchsia. HEX triplet: CC, 4C and C0. RGB value is (204,76,192). Sum of RGB (Red+Green+Blue) = 204+76+192=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CC0 is #33B33F. Grayscale: #7F7F7F. Windows color (decimal): -3388224 or 12602572. OLE color: 12602572.
HSL color Cylindrical-coordinate representation of color #CC4CC0: hue angle of 305.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4CC0 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 192 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.2 |
| HSL | 305.63º | 0.56% | 0.55% | - |
| HSV(B) | 305.63º | 0.63% | 0.8% | - |
| XYZ | 37 | 21.81 | 52.13 | - |
| YUV | 127.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 192 | 0 | 0.63 | 0.06 | 0.2 | 305.63 | 0.56 | 0.55 |
| Hex | CC | 4C | C0 | 0 | 3F | 6 | 14 | 132 | 38 | 37 |
| Octal | 314 | 114 | 300 | 0 | 77 | 6 | 24 | 462 | 70 | 67 |
| Binary | 11001100 | 1001100 | 11000000 | 0 | 111111 | 110 | 10100 | 100110010 | 111000 | 110111 |
Color Harmonies of #CC4CC0
Complementary color
Monochromatic Colors of #CC4CC0
Black with #CC4CC0
Text Example
Text Example
White with #CC4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CC0; }
p { color: rgb(204,76,192); }
H1.HeaderClassName
{
color: #CC4CC0;
}
.AnyTagClassName
{
color: #CC4CC0;
}
</style>
background-color css
<style>
a { background-color: #CC4CC0; }
a { background-color: rgb(204,76,192); }
div.DivClassName
{
background-color: #CC4CC0;
}
.BgClassName
{
background-color: #CC4CC0;
}
</style>
border-color css
<style>
span { border-color: #CC4CC0; }
span { border-color: rgb(204,76,192); }
td.TdClassName
{
border-color: #CC4CC0;
}
.TagClassName
{
border-color: #CC4CC0;
}
</style>