Shades of Fuchsia #CB2CB2
Tints of Fuchsia #CB2CB2
RGB
CMYK
RGB Variations
Color information
#CB2CB2 (or 0xCB2CB2) is known color: Fuchsia. HEX triplet: CB, 2C and B2. RGB value is (203,44,178). Sum of RGB (Red+Green+Blue) = 203+44+178=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2CB2 is #34D34D. Grayscale: #6A6A6A. Windows color (decimal): -3461966 or 11676875. OLE color: 11676875.
HSL color Cylindrical-coordinate representation of color #CB2CB2: hue angle of 309.43º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2CB2 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 178 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.20 |
| HSL | 309.43º | 0.64% | 0.48% | - |
| HSV(B) | 309.43º | 0.78% | 0.8% | - |
| XYZ | 33.57 | 17.71 | 43.77 | - |
| YUV | 106.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 178 | 0 | 0.78 | 0.12 | 0.20 | 309.43 | 0.64 | 0.48 |
| Hex | CB | 2C | B2 | 0 | 4E | C | 14 | 135 | 40 | 30 |
| Octal | 313 | 54 | 262 | 0 | 116 | 14 | 24 | 465 | 100 | 60 |
| Binary | 11001011 | 101100 | 10110010 | 0 | 1001110 | 1100 | 10100 | 100110101 | 1000000 | 110000 |
Color Harmonies of #CB2CB2
Complementary color
Monochromatic Colors of #CB2CB2
Black with #CB2CB2
Text Example
Text Example
White with #CB2CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CB2; }
p { color: rgb(203,44,178); }
H1.HeaderClassName
{
color: #CB2CB2;
}
.AnyTagClassName
{
color: #CB2CB2;
}
</style>
background-color css
<style>
a { background-color: #CB2CB2; }
a { background-color: rgb(203,44,178); }
div.DivClassName
{
background-color: #CB2CB2;
}
.BgClassName
{
background-color: #CB2CB2;
}
</style>
border-color css
<style>
span { border-color: #CB2CB2; }
span { border-color: rgb(203,44,178); }
td.TdClassName
{
border-color: #CB2CB2;
}
.TagClassName
{
border-color: #CB2CB2;
}
</style>