Shades of Fuchsia #CC2ECE
Tints of Fuchsia #CC2ECE
RGB
CMYK
RGB Variations
Color information
#CC2ECE (or 0xCC2ECE) is known color: Fuchsia. HEX triplet: CC, 2E and CE. RGB value is (204,46,206). Sum of RGB (Red+Green+Blue) = 204+46+206=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ECE is #33D131. Grayscale: #6E6E6E. Windows color (decimal): -3395890 or 13512396. OLE color: 13512396.
HSL color Cylindrical-coordinate representation of color #CC2ECE: hue angle of 299.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2ECE is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 46 | 206 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.19 |
| HSL | 299.25º | 0.63% | 0.49% | - |
| HSV(B) | 299.25º | 0.78% | 0.81% | - |
| XYZ | 37.02 | 19.25 | 60.16 | - |
| YUV | 111.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 206 | 0.01 | 0.78 | 0 | 0.19 | 299.25 | 0.63 | 0.49 |
| Hex | CC | 2E | CE | 1 | 4E | 0 | 13 | 12B | 3F | 31 |
| Octal | 314 | 56 | 316 | 1 | 116 | 0 | 23 | 453 | 77 | 61 |
| Binary | 11001100 | 101110 | 11001110 | 1 | 1001110 | 0 | 10011 | 100101011 | 111111 | 110001 |
Color Harmonies of #CC2ECE
Complementary color
Monochromatic Colors of #CC2ECE
Black with #CC2ECE
Text Example
Text Example
White with #CC2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2ECE; }
p { color: rgb(204,46,206); }
H1.HeaderClassName
{
color: #CC2ECE;
}
.AnyTagClassName
{
color: #CC2ECE;
}
</style>
background-color css
<style>
a { background-color: #CC2ECE; }
a { background-color: rgb(204,46,206); }
div.DivClassName
{
background-color: #CC2ECE;
}
.BgClassName
{
background-color: #CC2ECE;
}
</style>
border-color css
<style>
span { border-color: #CC2ECE; }
span { border-color: rgb(204,46,206); }
td.TdClassName
{
border-color: #CC2ECE;
}
.TagClassName
{
border-color: #CC2ECE;
}
</style>