Shades of Fuchsia #CC4EC0
Tints of Fuchsia #CC4EC0
RGB
CMYK
RGB Variations
Color information
#CC4EC0 (or 0xCC4EC0) is known color: Fuchsia. HEX triplet: CC, 4E and C0. RGB value is (204,78,192). Sum of RGB (Red+Green+Blue) = 204+78+192=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EC0 is #33B13F. Grayscale: #808080. Windows color (decimal): -3387712 or 12603084. OLE color: 12603084.
HSL color Cylindrical-coordinate representation of color #CC4EC0: hue angle of 305.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4EC0 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 192 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.2 |
| HSL | 305.71º | 0.55% | 0.55% | - |
| HSV(B) | 305.71º | 0.62% | 0.8% | - |
| XYZ | 37.14 | 22.09 | 52.18 | - |
| YUV | 128.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 192 | 0 | 0.62 | 0.06 | 0.2 | 305.71 | 0.55 | 0.55 |
| Hex | CC | 4E | C0 | 0 | 3E | 6 | 14 | 132 | 37 | 37 |
| Octal | 314 | 116 | 300 | 0 | 76 | 6 | 24 | 462 | 67 | 67 |
| Binary | 11001100 | 1001110 | 11000000 | 0 | 111110 | 110 | 10100 | 100110010 | 110111 | 110111 |
Color Harmonies of #CC4EC0
Complementary color
Monochromatic Colors of #CC4EC0
Black with #CC4EC0
Text Example
Text Example
White with #CC4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EC0; }
p { color: rgb(204,78,192); }
H1.HeaderClassName
{
color: #CC4EC0;
}
.AnyTagClassName
{
color: #CC4EC0;
}
</style>
background-color css
<style>
a { background-color: #CC4EC0; }
a { background-color: rgb(204,78,192); }
div.DivClassName
{
background-color: #CC4EC0;
}
.BgClassName
{
background-color: #CC4EC0;
}
</style>
border-color css
<style>
span { border-color: #CC4EC0; }
span { border-color: rgb(204,78,192); }
td.TdClassName
{
border-color: #CC4EC0;
}
.TagClassName
{
border-color: #CC4EC0;
}
</style>