Shades of Fuchsia #CC2ECB
Tints of Fuchsia #CC2ECB
RGB
CMYK
RGB Variations
Color information
#CC2ECB (or 0xCC2ECB) is known color: Fuchsia. HEX triplet: CC, 2E and CB. RGB value is (204,46,203). Sum of RGB (Red+Green+Blue) = 204+46+203=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ECB is #33D134. Grayscale: #6E6E6E. Windows color (decimal): -3395893 or 13315788. OLE color: 13315788.
HSL color Cylindrical-coordinate representation of color #CC2ECB: hue angle of 300.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2ECB is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 203 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.2 |
| HSL | 300.38º | 0.63% | 0.49% | - |
| HSV(B) | 300.38º | 0.77% | 0.8% | - |
| XYZ | 36.66 | 19.1 | 58.26 | - |
| YUV | 111.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 203 | 0 | 0.77 | 0.00 | 0.2 | 300.38 | 0.63 | 0.49 |
| Hex | CC | 2E | CB | 0 | 4D | 0 | 14 | 12C | 3F | 31 |
| Octal | 314 | 56 | 313 | 0 | 115 | 0 | 24 | 454 | 77 | 61 |
| Binary | 11001100 | 101110 | 11001011 | 0 | 1001101 | 0 | 10100 | 100101100 | 111111 | 110001 |
Color Harmonies of #CC2ECB
Complementary color
Monochromatic Colors of #CC2ECB
Black with #CC2ECB
Text Example
Text Example
White with #CC2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2ECB; }
p { color: rgb(204,46,203); }
H1.HeaderClassName
{
color: #CC2ECB;
}
.AnyTagClassName
{
color: #CC2ECB;
}
</style>
background-color css
<style>
a { background-color: #CC2ECB; }
a { background-color: rgb(204,46,203); }
div.DivClassName
{
background-color: #CC2ECB;
}
.BgClassName
{
background-color: #CC2ECB;
}
</style>
border-color css
<style>
span { border-color: #CC2ECB; }
span { border-color: rgb(204,46,203); }
td.TdClassName
{
border-color: #CC2ECB;
}
.TagClassName
{
border-color: #CC2ECB;
}
</style>