Shades of Fuchsia #CC2DCE
Tints of Fuchsia #CC2DCE
RGB
CMYK
RGB Variations
Color information
#CC2DCE (or 0xCC2DCE) is known color: Fuchsia. HEX triplet: CC, 2D and CE. RGB value is (204,45,206). Sum of RGB (Red+Green+Blue) = 204+45+206=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DCE is #33D231. Grayscale: #6E6E6E. Windows color (decimal): -3396146 or 13512140. OLE color: 13512140.
HSL color Cylindrical-coordinate representation of color #CC2DCE: hue angle of 299.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2DCE is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 45 | 206 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.19 |
| HSL | 299.25º | 0.64% | 0.49% | - |
| HSV(B) | 299.25º | 0.78% | 0.81% | - |
| XYZ | 36.98 | 19.17 | 60.14 | - |
| YUV | 110.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 206 | 0.01 | 0.78 | 0 | 0.19 | 299.25 | 0.64 | 0.49 |
| Hex | CC | 2D | CE | 1 | 4E | 0 | 13 | 12B | 40 | 31 |
| Octal | 314 | 55 | 316 | 1 | 116 | 0 | 23 | 453 | 100 | 61 |
| Binary | 11001100 | 101101 | 11001110 | 1 | 1001110 | 0 | 10011 | 100101011 | 1000000 | 110001 |
Color Harmonies of #CC2DCE
Complementary color
Monochromatic Colors of #CC2DCE
Black with #CC2DCE
Text Example
Text Example
White with #CC2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DCE; }
p { color: rgb(204,45,206); }
H1.HeaderClassName
{
color: #CC2DCE;
}
.AnyTagClassName
{
color: #CC2DCE;
}
</style>
background-color css
<style>
a { background-color: #CC2DCE; }
a { background-color: rgb(204,45,206); }
div.DivClassName
{
background-color: #CC2DCE;
}
.BgClassName
{
background-color: #CC2DCE;
}
</style>
border-color css
<style>
span { border-color: #CC2DCE; }
span { border-color: rgb(204,45,206); }
td.TdClassName
{
border-color: #CC2DCE;
}
.TagClassName
{
border-color: #CC2DCE;
}
</style>