Shades of Fuchsia #CC2DD0
Tints of Fuchsia #CC2DD0
RGB
CMYK
RGB Variations
Color information
#CC2DD0 (or 0xCC2DD0) is known color: Fuchsia. HEX triplet: CC, 2D and D0. RGB value is (204,45,208). Sum of RGB (Red+Green+Blue) = 204+45+208=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC2DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DD0 is #33D22F. Grayscale: #6E6E6E. Windows color (decimal): -3396144 or 13643212. OLE color: 13643212.
HSL color Cylindrical-coordinate representation of color #CC2DD0: hue angle of 298.53º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2DD0 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 45 | 208 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.18 |
| HSL | 298.53º | 0.64% | 0.5% | - |
| HSV(B) | 298.53º | 0.78% | 0.82% | - |
| XYZ | 37.23 | 19.27 | 61.43 | - |
| YUV | 111.12 | 182.68 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 208 | 0.02 | 0.78 | 0 | 0.18 | 298.53 | 0.64 | 0.5 |
| Hex | CC | 2D | D0 | 2 | 4E | 0 | 12 | 12B | 40 | 32 |
| Octal | 314 | 55 | 320 | 2 | 116 | 0 | 22 | 453 | 100 | 62 |
| Binary | 11001100 | 101101 | 11010000 | 10 | 1001110 | 0 | 10010 | 100101011 | 1000000 | 110010 |
Color Harmonies of #CC2DD0
Complementary color
Monochromatic Colors of #CC2DD0
Black with #CC2DD0
Text Example
Text Example
White with #CC2DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DD0; }
p { color: rgb(204,45,208); }
H1.HeaderClassName
{
color: #CC2DD0;
}
.AnyTagClassName
{
color: #CC2DD0;
}
</style>
background-color css
<style>
a { background-color: #CC2DD0; }
a { background-color: rgb(204,45,208); }
div.DivClassName
{
background-color: #CC2DD0;
}
.BgClassName
{
background-color: #CC2DD0;
}
</style>
border-color css
<style>
span { border-color: #CC2DD0; }
span { border-color: rgb(204,45,208); }
td.TdClassName
{
border-color: #CC2DD0;
}
.TagClassName
{
border-color: #CC2DD0;
}
</style>