Shades of Fuchsia #CC2FCD
Tints of Fuchsia #CC2FCD
RGB
CMYK
RGB Variations
Color information
#CC2FCD (or 0xCC2FCD) is known color: Fuchsia. HEX triplet: CC, 2F and CD. RGB value is (204,47,205). Sum of RGB (Red+Green+Blue) = 204+47+205=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC2FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FCD is #33D032. Grayscale: #6F6F6F. Windows color (decimal): -3395635 or 13447116. OLE color: 13447116.
HSL color Cylindrical-coordinate representation of color #CC2FCD: hue angle of 299.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2FCD is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 47 | 205 | - |
| CMYK | 0.00 | 0.77 | 0 | 0.20 |
| HSL | 299.62º | 0.63% | 0.49% | - |
| HSV(B) | 299.62º | 0.77% | 0.8% | - |
| XYZ | 36.94 | 19.28 | 59.53 | - |
| YUV | 111.96 | 180.51 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 205 | 0.00 | 0.77 | 0 | 0.20 | 299.62 | 0.63 | 0.49 |
| Hex | CC | 2F | CD | 0 | 4D | 0 | 14 | 12C | 3F | 31 |
| Octal | 314 | 57 | 315 | 0 | 115 | 0 | 24 | 454 | 77 | 61 |
| Binary | 11001100 | 101111 | 11001101 | 0 | 1001101 | 0 | 10100 | 100101100 | 111111 | 110001 |
Color Harmonies of #CC2FCD
Complementary color
Monochromatic Colors of #CC2FCD
Black with #CC2FCD
Text Example
Text Example
White with #CC2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2FCD; }
p { color: rgb(204,47,205); }
H1.HeaderClassName
{
color: #CC2FCD;
}
.AnyTagClassName
{
color: #CC2FCD;
}
</style>
background-color css
<style>
a { background-color: #CC2FCD; }
a { background-color: rgb(204,47,205); }
div.DivClassName
{
background-color: #CC2FCD;
}
.BgClassName
{
background-color: #CC2FCD;
}
</style>
border-color css
<style>
span { border-color: #CC2FCD; }
span { border-color: rgb(204,47,205); }
td.TdClassName
{
border-color: #CC2FCD;
}
.TagClassName
{
border-color: #CC2FCD;
}
</style>