Shades of Fuchsia #CC2DC8
Tints of Fuchsia #CC2DC8
RGB
CMYK
RGB Variations
Color information
#CC2DC8 (or 0xCC2DC8) is known color: Fuchsia. HEX triplet: CC, 2D and C8. RGB value is (204,45,200). Sum of RGB (Red+Green+Blue) = 204+45+200=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DC8 is #33D237. Grayscale: #6D6D6D. Windows color (decimal): -3396152 or 13118924. OLE color: 13118924.
HSL color Cylindrical-coordinate representation of color #CC2DC8: hue angle of 301.51º 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 #CC2DC8 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 200 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.2 |
| HSL | 301.51º | 0.64% | 0.49% | - |
| HSV(B) | 301.51º | 0.78% | 0.8% | - |
| XYZ | 36.27 | 18.88 | 56.38 | - |
| YUV | 110.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 200 | 0 | 0.78 | 0.02 | 0.2 | 301.51 | 0.64 | 0.49 |
| Hex | CC | 2D | C8 | 0 | 4E | 2 | 14 | 12E | 40 | 31 |
| Octal | 314 | 55 | 310 | 0 | 116 | 2 | 24 | 456 | 100 | 61 |
| Binary | 11001100 | 101101 | 11001000 | 0 | 1001110 | 10 | 10100 | 100101110 | 1000000 | 110001 |
Color Harmonies of #CC2DC8
Complementary color
Monochromatic Colors of #CC2DC8
Black with #CC2DC8
Text Example
Text Example
White with #CC2DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DC8; }
p { color: rgb(204,45,200); }
H1.HeaderClassName
{
color: #CC2DC8;
}
.AnyTagClassName
{
color: #CC2DC8;
}
</style>
background-color css
<style>
a { background-color: #CC2DC8; }
a { background-color: rgb(204,45,200); }
div.DivClassName
{
background-color: #CC2DC8;
}
.BgClassName
{
background-color: #CC2DC8;
}
</style>
border-color css
<style>
span { border-color: #CC2DC8; }
span { border-color: rgb(204,45,200); }
td.TdClassName
{
border-color: #CC2DC8;
}
.TagClassName
{
border-color: #CC2DC8;
}
</style>