Shades of Fuchsia #CC2BBE
Tints of Fuchsia #CC2BBE
RGB
CMYK
RGB Variations
Color information
#CC2BBE (or 0xCC2BBE) is known color: Fuchsia. HEX triplet: CC, 2B and BE. RGB value is (204,43,190). Sum of RGB (Red+Green+Blue) = 204+43+190=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BBE is #33D441. Grayscale: #6B6B6B. Windows color (decimal): -3396674 or 12463052. OLE color: 12463052.
HSL color Cylindrical-coordinate representation of color #CC2BBE: hue angle of 305.22º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2BBE is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 190 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.2 |
| HSL | 305.22º | 0.65% | 0.48% | - |
| HSV(B) | 305.22º | 0.79% | 0.8% | - |
| XYZ | 35.06 | 18.28 | 50.4 | - |
| YUV | 107.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 190 | 0 | 0.79 | 0.07 | 0.2 | 305.22 | 0.65 | 0.48 |
| Hex | CC | 2B | BE | 0 | 4F | 7 | 14 | 131 | 41 | 30 |
| Octal | 314 | 53 | 276 | 0 | 117 | 7 | 24 | 461 | 101 | 60 |
| Binary | 11001100 | 101011 | 10111110 | 0 | 1001111 | 111 | 10100 | 100110001 | 1000001 | 110000 |
Color Harmonies of #CC2BBE
Complementary color
Monochromatic Colors of #CC2BBE
Black with #CC2BBE
Text Example
Text Example
White with #CC2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BBE; }
p { color: rgb(204,43,190); }
H1.HeaderClassName
{
color: #CC2BBE;
}
.AnyTagClassName
{
color: #CC2BBE;
}
</style>
background-color css
<style>
a { background-color: #CC2BBE; }
a { background-color: rgb(204,43,190); }
div.DivClassName
{
background-color: #CC2BBE;
}
.BgClassName
{
background-color: #CC2BBE;
}
</style>
border-color css
<style>
span { border-color: #CC2BBE; }
span { border-color: rgb(204,43,190); }
td.TdClassName
{
border-color: #CC2BBE;
}
.TagClassName
{
border-color: #CC2BBE;
}
</style>