Shades of Fuchsia #CC2DCD
Tints of Fuchsia #CC2DCD
RGB
CMYK
RGB Variations
Color information
#CC2DCD (or 0xCC2DCD) is known color: Fuchsia. HEX triplet: CC, 2D and CD. RGB value is (204,45,205). Sum of RGB (Red+Green+Blue) = 204+45+205=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC2DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DCD is #33D232. Grayscale: #6E6E6E. Windows color (decimal): -3396147 or 13446604. OLE color: 13446604.
HSL color Cylindrical-coordinate representation of color #CC2DCD: hue angle of 299.62º 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 #CC2DCD is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 45 | 205 | - |
| CMYK | 0.00 | 0.78 | 0 | 0.20 |
| HSL | 299.63º | 0.64% | 0.49% | - |
| HSV(B) | 299.63º | 0.78% | 0.8% | - |
| XYZ | 36.86 | 19.12 | 59.51 | - |
| YUV | 110.78 | 181.18 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 205 | 0.00 | 0.78 | 0 | 0.20 | 299.63 | 0.64 | 0.49 |
| Hex | CC | 2D | CD | 0 | 4E | 0 | 14 | 12C | 40 | 31 |
| Octal | 314 | 55 | 315 | 0 | 116 | 0 | 24 | 454 | 100 | 61 |
| Binary | 11001100 | 101101 | 11001101 | 0 | 1001110 | 0 | 10100 | 100101100 | 1000000 | 110001 |
Color Harmonies of #CC2DCD
Complementary color
Monochromatic Colors of #CC2DCD
Black with #CC2DCD
Text Example
Text Example
White with #CC2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DCD; }
p { color: rgb(204,45,205); }
H1.HeaderClassName
{
color: #CC2DCD;
}
.AnyTagClassName
{
color: #CC2DCD;
}
</style>
background-color css
<style>
a { background-color: #CC2DCD; }
a { background-color: rgb(204,45,205); }
div.DivClassName
{
background-color: #CC2DCD;
}
.BgClassName
{
background-color: #CC2DCD;
}
</style>
border-color css
<style>
span { border-color: #CC2DCD; }
span { border-color: rgb(204,45,205); }
td.TdClassName
{
border-color: #CC2DCD;
}
.TagClassName
{
border-color: #CC2DCD;
}
</style>