Shades of Fuchsia #CC2DD5
Tints of Fuchsia #CC2DD5
RGB
CMYK
RGB Variations
Color information
#CC2DD5 (or 0xCC2DD5) is known color: Fuchsia. HEX triplet: CC, 2D and D5. RGB value is (204,45,213). Sum of RGB (Red+Green+Blue) = 204+45+213=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC2DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DD5 is #33D22A. Grayscale: #6F6F6F. Windows color (decimal): -3396139 or 13970892. OLE color: 13970892.
HSL color Cylindrical-coordinate representation of color #CC2DD5: hue angle of 296.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2DD5 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 45 | 213 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.16 |
| HSL | 296.79º | 0.67% | 0.51% | - |
| HSV(B) | 296.79º | 0.79% | 0.84% | - |
| XYZ | 37.85 | 19.52 | 64.72 | - |
| YUV | 111.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 213 | 0.04 | 0.79 | 0 | 0.16 | 296.79 | 0.67 | 0.51 |
| Hex | CC | 2D | D5 | 4 | 4F | 0 | 10 | 129 | 43 | 33 |
| Octal | 314 | 55 | 325 | 4 | 117 | 0 | 20 | 451 | 103 | 63 |
| Binary | 11001100 | 101101 | 11010101 | 100 | 1001111 | 0 | 10000 | 100101001 | 1000011 | 110011 |
Color Harmonies of #CC2DD5
Complementary color
Monochromatic Colors of #CC2DD5
Black with #CC2DD5
Text Example
Text Example
White with #CC2DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DD5; }
p { color: rgb(204,45,213); }
H1.HeaderClassName
{
color: #CC2DD5;
}
.AnyTagClassName
{
color: #CC2DD5;
}
</style>
background-color css
<style>
a { background-color: #CC2DD5; }
a { background-color: rgb(204,45,213); }
div.DivClassName
{
background-color: #CC2DD5;
}
.BgClassName
{
background-color: #CC2DD5;
}
</style>
border-color css
<style>
span { border-color: #CC2DD5; }
span { border-color: rgb(204,45,213); }
td.TdClassName
{
border-color: #CC2DD5;
}
.TagClassName
{
border-color: #CC2DD5;
}
</style>