Shades of Fuchsia #CB2BBE
Tints of Fuchsia #CB2BBE
RGB
CMYK
RGB Variations
Color information
#CB2BBE (or 0xCB2BBE) is known color: Fuchsia. HEX triplet: CB, 2B and BE. RGB value is (203,43,190). Sum of RGB (Red+Green+Blue) = 203+43+190=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2BBE is #34D441. Grayscale: #6B6B6B. Windows color (decimal): -3462210 or 12463051. OLE color: 12463051.
HSL color Cylindrical-coordinate representation of color #CB2BBE: hue angle of 304.88º 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 #CB2BBE is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 190 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.20 |
| HSL | 304.88º | 0.65% | 0.48% | - |
| HSV(B) | 304.88º | 0.79% | 0.8% | - |
| XYZ | 34.79 | 18.14 | 50.38 | - |
| YUV | 107.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 190 | 0 | 0.79 | 0.06 | 0.20 | 304.88 | 0.65 | 0.48 |
| Hex | CB | 2B | BE | 0 | 4F | 6 | 14 | 131 | 41 | 30 |
| Octal | 313 | 53 | 276 | 0 | 117 | 6 | 24 | 461 | 101 | 60 |
| Binary | 11001011 | 101011 | 10111110 | 0 | 1001111 | 110 | 10100 | 100110001 | 1000001 | 110000 |
Color Harmonies of #CB2BBE
Complementary color
Monochromatic Colors of #CB2BBE
Black with #CB2BBE
Text Example
Text Example
White with #CB2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BBE; }
p { color: rgb(203,43,190); }
H1.HeaderClassName
{
color: #CB2BBE;
}
.AnyTagClassName
{
color: #CB2BBE;
}
</style>
background-color css
<style>
a { background-color: #CB2BBE; }
a { background-color: rgb(203,43,190); }
div.DivClassName
{
background-color: #CB2BBE;
}
.BgClassName
{
background-color: #CB2BBE;
}
</style>
border-color css
<style>
span { border-color: #CB2BBE; }
span { border-color: rgb(203,43,190); }
td.TdClassName
{
border-color: #CB2BBE;
}
.TagClassName
{
border-color: #CB2BBE;
}
</style>