Shades of Fuchsia #CB34BB
Tints of Fuchsia #CB34BB
RGB
CMYK
RGB Variations
Color information
#CB34BB (or 0xCB34BB) is known color: Fuchsia. HEX triplet: CB, 34 and BB. RGB value is (203,52,187). Sum of RGB (Red+Green+Blue) = 203+52+187=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34BB is #34CB44. Grayscale: #707070. Windows color (decimal): -3459909 or 12268747. OLE color: 12268747.
HSL color Cylindrical-coordinate representation of color #CB34BB: hue angle of 306.36º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB34BB is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 187 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.20 |
| HSL | 306.36º | 0.59% | 0.5% | - |
| HSV(B) | 306.36º | 0.74% | 0.8% | - |
| XYZ | 34.83 | 18.74 | 48.8 | - |
| YUV | 112.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 187 | 0 | 0.74 | 0.08 | 0.20 | 306.36 | 0.59 | 0.5 |
| Hex | CB | 34 | BB | 0 | 4A | 8 | 14 | 132 | 3B | 32 |
| Octal | 313 | 64 | 273 | 0 | 112 | 10 | 24 | 462 | 73 | 62 |
| Binary | 11001011 | 110100 | 10111011 | 0 | 1001010 | 1000 | 10100 | 100110010 | 111011 | 110010 |
Color Harmonies of #CB34BB
Complementary color
Monochromatic Colors of #CB34BB
Black with #CB34BB
Text Example
Text Example
White with #CB34BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34BB; }
p { color: rgb(203,52,187); }
H1.HeaderClassName
{
color: #CB34BB;
}
.AnyTagClassName
{
color: #CB34BB;
}
</style>
background-color css
<style>
a { background-color: #CB34BB; }
a { background-color: rgb(203,52,187); }
div.DivClassName
{
background-color: #CB34BB;
}
.BgClassName
{
background-color: #CB34BB;
}
</style>
border-color css
<style>
span { border-color: #CB34BB; }
span { border-color: rgb(203,52,187); }
td.TdClassName
{
border-color: #CB34BB;
}
.TagClassName
{
border-color: #CB34BB;
}
</style>