Shades of Fuchsia #CB2ABB
Tints of Fuchsia #CB2ABB
RGB
CMYK
RGB Variations
Color information
#CB2ABB (or 0xCB2ABB) is known color: Fuchsia. HEX triplet: CB, 2A and BB. RGB value is (203,42,187). Sum of RGB (Red+Green+Blue) = 203+42+187=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ABB is #34D544. Grayscale: #6A6A6A. Windows color (decimal): -3462469 or 12266187. OLE color: 12266187.
HSL color Cylindrical-coordinate representation of color #CB2ABB: hue angle of 305.96º degrees, saturation: 0.66, 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 #CB2ABB is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 42 | 187 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.20 |
| HSL | 305.96º | 0.66% | 0.48% | - |
| HSV(B) | 305.96º | 0.79% | 0.8% | - |
| XYZ | 34.43 | 17.94 | 48.66 | - |
| YUV | 106.67 | 173.34 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 187 | 0 | 0.79 | 0.08 | 0.20 | 305.96 | 0.66 | 0.48 |
| Hex | CB | 2A | BB | 0 | 4F | 8 | 14 | 132 | 42 | 30 |
| Octal | 313 | 52 | 273 | 0 | 117 | 10 | 24 | 462 | 102 | 60 |
| Binary | 11001011 | 101010 | 10111011 | 0 | 1001111 | 1000 | 10100 | 100110010 | 1000010 | 110000 |
Color Harmonies of #CB2ABB
Complementary color
Monochromatic Colors of #CB2ABB
Black with #CB2ABB
Text Example
Text Example
White with #CB2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2ABB; }
p { color: rgb(203,42,187); }
H1.HeaderClassName
{
color: #CB2ABB;
}
.AnyTagClassName
{
color: #CB2ABB;
}
</style>
background-color css
<style>
a { background-color: #CB2ABB; }
a { background-color: rgb(203,42,187); }
div.DivClassName
{
background-color: #CB2ABB;
}
.BgClassName
{
background-color: #CB2ABB;
}
</style>
border-color css
<style>
span { border-color: #CB2ABB; }
span { border-color: rgb(203,42,187); }
td.TdClassName
{
border-color: #CB2ABB;
}
.TagClassName
{
border-color: #CB2ABB;
}
</style>