Shades of Fuchsia #CC2ABC
Tints of Fuchsia #CC2ABC
RGB
CMYK
RGB Variations
Color information
#CC2ABC (or 0xCC2ABC) is known color: Fuchsia. HEX triplet: CC, 2A and BC. RGB value is (204,42,188). Sum of RGB (Red+Green+Blue) = 204+42+188=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ABC is #33D543. Grayscale: #6A6A6A. Windows color (decimal): -3396932 or 12331724. OLE color: 12331724.
HSL color Cylindrical-coordinate representation of color #CC2ABC: hue angle of 305.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2ABC is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 188 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.2 |
| HSL | 305.93º | 0.66% | 0.48% | - |
| HSV(B) | 305.93º | 0.79% | 0.8% | - |
| XYZ | 34.81 | 18.12 | 49.24 | - |
| YUV | 107.08 | 173.67 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 188 | 0 | 0.79 | 0.08 | 0.2 | 305.93 | 0.66 | 0.48 |
| Hex | CC | 2A | BC | 0 | 4F | 8 | 14 | 132 | 42 | 30 |
| Octal | 314 | 52 | 274 | 0 | 117 | 10 | 24 | 462 | 102 | 60 |
| Binary | 11001100 | 101010 | 10111100 | 0 | 1001111 | 1000 | 10100 | 100110010 | 1000010 | 110000 |
Color Harmonies of #CC2ABC
Complementary color
Monochromatic Colors of #CC2ABC
Black with #CC2ABC
Text Example
Text Example
White with #CC2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2ABC; }
p { color: rgb(204,42,188); }
H1.HeaderClassName
{
color: #CC2ABC;
}
.AnyTagClassName
{
color: #CC2ABC;
}
</style>
background-color css
<style>
a { background-color: #CC2ABC; }
a { background-color: rgb(204,42,188); }
div.DivClassName
{
background-color: #CC2ABC;
}
.BgClassName
{
background-color: #CC2ABC;
}
</style>
border-color css
<style>
span { border-color: #CC2ABC; }
span { border-color: rgb(204,42,188); }
td.TdClassName
{
border-color: #CC2ABC;
}
.TagClassName
{
border-color: #CC2ABC;
}
</style>