Shades of Fuchsia #CC2ABA
Tints of Fuchsia #CC2ABA
RGB
CMYK
RGB Variations
Color information
#CC2ABA (or 0xCC2ABA) is known color: Fuchsia. HEX triplet: CC, 2A and BA. RGB value is (204,42,186). Sum of RGB (Red+Green+Blue) = 204+42+186=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ABA is #33D545. Grayscale: #6A6A6A. Windows color (decimal): -3396934 or 12200652. OLE color: 12200652.
HSL color Cylindrical-coordinate representation of color #CC2ABA: hue angle of 306.67º 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 #CC2ABA is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 186 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.2 |
| HSL | 306.67º | 0.66% | 0.48% | - |
| HSV(B) | 306.67º | 0.79% | 0.8% | - |
| XYZ | 34.59 | 18.04 | 48.11 | - |
| YUV | 106.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 186 | 0 | 0.79 | 0.09 | 0.2 | 306.67 | 0.66 | 0.48 |
| Hex | CC | 2A | BA | 0 | 4F | 9 | 14 | 133 | 42 | 30 |
| Octal | 314 | 52 | 272 | 0 | 117 | 11 | 24 | 463 | 102 | 60 |
| Binary | 11001100 | 101010 | 10111010 | 0 | 1001111 | 1001 | 10100 | 100110011 | 1000010 | 110000 |
Color Harmonies of #CC2ABA
Complementary color
Monochromatic Colors of #CC2ABA
Black with #CC2ABA
Text Example
Text Example
White with #CC2ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2ABA; }
p { color: rgb(204,42,186); }
H1.HeaderClassName
{
color: #CC2ABA;
}
.AnyTagClassName
{
color: #CC2ABA;
}
</style>
background-color css
<style>
a { background-color: #CC2ABA; }
a { background-color: rgb(204,42,186); }
div.DivClassName
{
background-color: #CC2ABA;
}
.BgClassName
{
background-color: #CC2ABA;
}
</style>
border-color css
<style>
span { border-color: #CC2ABA; }
span { border-color: rgb(204,42,186); }
td.TdClassName
{
border-color: #CC2ABA;
}
.TagClassName
{
border-color: #CC2ABA;
}
</style>