Shades of Fuchsia #CB52B1
Tints of Fuchsia #CB52B1
RGB
CMYK
RGB Variations
Color information
#CB52B1 (or 0xCB52B1) is known color: Fuchsia. HEX triplet: CB, 52 and B1. RGB value is (203,82,177). Sum of RGB (Red+Green+Blue) = 203+82+177=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB52B1 is #34AD4E. Grayscale: #808080. Windows color (decimal): -3452239 or 11621067. OLE color: 11621067.
HSL color Cylindrical-coordinate representation of color #CB52B1: hue angle of 312.89º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB52B1 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 177 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.20 |
| HSL | 312.89º | 0.54% | 0.56% | - |
| HSV(B) | 312.89º | 0.6% | 0.8% | - |
| XYZ | 35.58 | 21.91 | 43.95 | - |
| YUV | 129.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 177 | 0 | 0.60 | 0.13 | 0.20 | 312.89 | 0.54 | 0.56 |
| Hex | CB | 52 | B1 | 0 | 3C | D | 14 | 139 | 36 | 38 |
| Octal | 313 | 122 | 261 | 0 | 74 | 15 | 24 | 471 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10110001 | 0 | 111100 | 1101 | 10100 | 100111001 | 110110 | 111000 |
Color Harmonies of #CB52B1
Complementary color
Monochromatic Colors of #CB52B1
Black with #CB52B1
Text Example
Text Example
White with #CB52B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52B1; }
p { color: rgb(203,82,177); }
H1.HeaderClassName
{
color: #CB52B1;
}
.AnyTagClassName
{
color: #CB52B1;
}
</style>
background-color css
<style>
a { background-color: #CB52B1; }
a { background-color: rgb(203,82,177); }
div.DivClassName
{
background-color: #CB52B1;
}
.BgClassName
{
background-color: #CB52B1;
}
</style>
border-color css
<style>
span { border-color: #CB52B1; }
span { border-color: rgb(203,82,177); }
td.TdClassName
{
border-color: #CB52B1;
}
.TagClassName
{
border-color: #CB52B1;
}
</style>