Shades of Fuchsia #CC4ECD
Tints of Fuchsia #CC4ECD
RGB
CMYK
RGB Variations
Color information
#CC4ECD (or 0xCC4ECD) is known color: Fuchsia. HEX triplet: CC, 4E and CD. RGB value is (204,78,205). Sum of RGB (Red+Green+Blue) = 204+78+205=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC4ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4ECD is #33B132. Grayscale: #818181. Windows color (decimal): -3387699 or 13455052. OLE color: 13455052.
HSL color Cylindrical-coordinate representation of color #CC4ECD: hue angle of 299.53º degrees, saturation: 0.56, 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 #CC4ECD is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 78 | 205 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.20 |
| HSL | 299.53º | 0.56% | 0.55% | - |
| HSV(B) | 299.53º | 0.62% | 0.8% | - |
| XYZ | 38.65 | 22.69 | 60.1 | - |
| YUV | 130.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 205 | 0.00 | 0.62 | 0 | 0.20 | 299.53 | 0.56 | 0.55 |
| Hex | CC | 4E | CD | 0 | 3E | 0 | 14 | 12C | 38 | 37 |
| Octal | 314 | 116 | 315 | 0 | 76 | 0 | 24 | 454 | 70 | 67 |
| Binary | 11001100 | 1001110 | 11001101 | 0 | 111110 | 0 | 10100 | 100101100 | 111000 | 110111 |
Color Harmonies of #CC4ECD
Complementary color
Monochromatic Colors of #CC4ECD
Black with #CC4ECD
Text Example
Text Example
White with #CC4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ECD; }
p { color: rgb(204,78,205); }
H1.HeaderClassName
{
color: #CC4ECD;
}
.AnyTagClassName
{
color: #CC4ECD;
}
</style>
background-color css
<style>
a { background-color: #CC4ECD; }
a { background-color: rgb(204,78,205); }
div.DivClassName
{
background-color: #CC4ECD;
}
.BgClassName
{
background-color: #CC4ECD;
}
</style>
border-color css
<style>
span { border-color: #CC4ECD; }
span { border-color: rgb(204,78,205); }
td.TdClassName
{
border-color: #CC4ECD;
}
.TagClassName
{
border-color: #CC4ECD;
}
</style>