Shades of Fuchsia #CC3ECD
Tints of Fuchsia #CC3ECD
RGB
CMYK
RGB Variations
Color information
#CC3ECD (or 0xCC3ECD) is known color: Fuchsia. HEX triplet: CC, 3E and CD. RGB value is (204,62,205). Sum of RGB (Red+Green+Blue) = 204+62+205=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC3ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ECD is #33C132. Grayscale: #787878. Windows color (decimal): -3391795 or 13450956. OLE color: 13450956.
HSL color Cylindrical-coordinate representation of color #CC3ECD: hue angle of 299.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3ECD is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 62 | 205 | - |
| CMYK | 0.00 | 0.70 | 0 | 0.20 |
| HSL | 299.58º | 0.59% | 0.52% | - |
| HSV(B) | 299.58º | 0.7% | 0.8% | - |
| XYZ | 37.64 | 20.69 | 59.77 | - |
| YUV | 120.76 | 175.54 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 205 | 0.00 | 0.70 | 0 | 0.20 | 299.58 | 0.59 | 0.52 |
| Hex | CC | 3E | CD | 0 | 46 | 0 | 14 | 12C | 3B | 34 |
| Octal | 314 | 76 | 315 | 0 | 106 | 0 | 24 | 454 | 73 | 64 |
| Binary | 11001100 | 111110 | 11001101 | 0 | 1000110 | 0 | 10100 | 100101100 | 111011 | 110100 |
Color Harmonies of #CC3ECD
Complementary color
Monochromatic Colors of #CC3ECD
Black with #CC3ECD
Text Example
Text Example
White with #CC3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3ECD; }
p { color: rgb(204,62,205); }
H1.HeaderClassName
{
color: #CC3ECD;
}
.AnyTagClassName
{
color: #CC3ECD;
}
</style>
background-color css
<style>
a { background-color: #CC3ECD; }
a { background-color: rgb(204,62,205); }
div.DivClassName
{
background-color: #CC3ECD;
}
.BgClassName
{
background-color: #CC3ECD;
}
</style>
border-color css
<style>
span { border-color: #CC3ECD; }
span { border-color: rgb(204,62,205); }
td.TdClassName
{
border-color: #CC3ECD;
}
.TagClassName
{
border-color: #CC3ECD;
}
</style>