Shades of Fuchsia #CB34AB
Tints of Fuchsia #CB34AB
RGB
CMYK
RGB Variations
Color information
#CB34AB (or 0xCB34AB) is known color: Fuchsia. HEX triplet: CB, 34 and AB. RGB value is (203,52,171). Sum of RGB (Red+Green+Blue) = 203+52+171=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB34AB is #34CB54. Grayscale: #6E6E6E. Windows color (decimal): -3459925 or 11220171. OLE color: 11220171.
HSL color Cylindrical-coordinate representation of color #CB34AB: hue angle of 312.72º 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 #CB34AB is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 171 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.20 |
| HSL | 312.72º | 0.59% | 0.5% | - |
| HSV(B) | 312.72º | 0.74% | 0.8% | - |
| XYZ | 33.21 | 18.09 | 40.27 | - |
| YUV | 110.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 171 | 0 | 0.74 | 0.16 | 0.20 | 312.72 | 0.59 | 0.5 |
| Hex | CB | 34 | AB | 0 | 4A | 10 | 14 | 139 | 3B | 32 |
| Octal | 313 | 64 | 253 | 0 | 112 | 20 | 24 | 471 | 73 | 62 |
| Binary | 11001011 | 110100 | 10101011 | 0 | 1001010 | 10000 | 10100 | 100111001 | 111011 | 110010 |
Color Harmonies of #CB34AB
Complementary color
Monochromatic Colors of #CB34AB
Black with #CB34AB
Text Example
Text Example
White with #CB34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34AB; }
p { color: rgb(203,52,171); }
H1.HeaderClassName
{
color: #CB34AB;
}
.AnyTagClassName
{
color: #CB34AB;
}
</style>
background-color css
<style>
a { background-color: #CB34AB; }
a { background-color: rgb(203,52,171); }
div.DivClassName
{
background-color: #CB34AB;
}
.BgClassName
{
background-color: #CB34AB;
}
</style>
border-color css
<style>
span { border-color: #CB34AB; }
span { border-color: rgb(203,52,171); }
td.TdClassName
{
border-color: #CB34AB;
}
.TagClassName
{
border-color: #CB34AB;
}
</style>