Shades of Fuchsia #CC2DC9
Tints of Fuchsia #CC2DC9
RGB
CMYK
RGB Variations
Color information
#CC2DC9 (or 0xCC2DC9) is known color: Fuchsia. HEX triplet: CC, 2D and C9. RGB value is (204,45,201). Sum of RGB (Red+Green+Blue) = 204+45+201=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DC9 is #33D236. Grayscale: #6D6D6D. Windows color (decimal): -3396151 or 13184460. OLE color: 13184460.
HSL color Cylindrical-coordinate representation of color #CC2DC9: hue angle of 301.13º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2DC9 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 201 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.2 |
| HSL | 301.13º | 0.64% | 0.49% | - |
| HSV(B) | 301.13º | 0.78% | 0.8% | - |
| XYZ | 36.38 | 18.93 | 56.99 | - |
| YUV | 110.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 201 | 0 | 0.78 | 0.01 | 0.2 | 301.13 | 0.64 | 0.49 |
| Hex | CC | 2D | C9 | 0 | 4E | 1 | 14 | 12D | 40 | 31 |
| Octal | 314 | 55 | 311 | 0 | 116 | 1 | 24 | 455 | 100 | 61 |
| Binary | 11001100 | 101101 | 11001001 | 0 | 1001110 | 1 | 10100 | 100101101 | 1000000 | 110001 |
Color Harmonies of #CC2DC9
Complementary color
Monochromatic Colors of #CC2DC9
Black with #CC2DC9
Text Example
Text Example
White with #CC2DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DC9; }
p { color: rgb(204,45,201); }
H1.HeaderClassName
{
color: #CC2DC9;
}
.AnyTagClassName
{
color: #CC2DC9;
}
</style>
background-color css
<style>
a { background-color: #CC2DC9; }
a { background-color: rgb(204,45,201); }
div.DivClassName
{
background-color: #CC2DC9;
}
.BgClassName
{
background-color: #CC2DC9;
}
</style>
border-color css
<style>
span { border-color: #CC2DC9; }
span { border-color: rgb(204,45,201); }
td.TdClassName
{
border-color: #CC2DC9;
}
.TagClassName
{
border-color: #CC2DC9;
}
</style>