Shades of Fuchsia #CC2DBB
Tints of Fuchsia #CC2DBB
RGB
CMYK
RGB Variations
Color information
#CC2DBB (or 0xCC2DBB) is known color: Fuchsia. HEX triplet: CC, 2D and BB. RGB value is (204,45,187). Sum of RGB (Red+Green+Blue) = 204+45+187=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DBB is #33D244. Grayscale: #6C6C6C. Windows color (decimal): -3396165 or 12266956. OLE color: 12266956.
HSL color Cylindrical-coordinate representation of color #CC2DBB: hue angle of 306.42º 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 #CC2DBB is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 187 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.2 |
| HSL | 306.42º | 0.64% | 0.49% | - |
| HSV(B) | 306.42º | 0.78% | 0.8% | - |
| XYZ | 34.81 | 18.3 | 48.71 | - |
| YUV | 108.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 187 | 0 | 0.78 | 0.08 | 0.2 | 306.42 | 0.64 | 0.49 |
| Hex | CC | 2D | BB | 0 | 4E | 8 | 14 | 132 | 40 | 31 |
| Octal | 314 | 55 | 273 | 0 | 116 | 10 | 24 | 462 | 100 | 61 |
| Binary | 11001100 | 101101 | 10111011 | 0 | 1001110 | 1000 | 10100 | 100110010 | 1000000 | 110001 |
Color Harmonies of #CC2DBB
Complementary color
Monochromatic Colors of #CC2DBB
Black with #CC2DBB
Text Example
Text Example
White with #CC2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DBB; }
p { color: rgb(204,45,187); }
H1.HeaderClassName
{
color: #CC2DBB;
}
.AnyTagClassName
{
color: #CC2DBB;
}
</style>
background-color css
<style>
a { background-color: #CC2DBB; }
a { background-color: rgb(204,45,187); }
div.DivClassName
{
background-color: #CC2DBB;
}
.BgClassName
{
background-color: #CC2DBB;
}
</style>
border-color css
<style>
span { border-color: #CC2DBB; }
span { border-color: rgb(204,45,187); }
td.TdClassName
{
border-color: #CC2DBB;
}
.TagClassName
{
border-color: #CC2DBB;
}
</style>