Shades of Fuchsia #CB52BA
Tints of Fuchsia #CB52BA
RGB
CMYK
RGB Variations
Color information
#CB52BA (or 0xCB52BA) is known color: Fuchsia. HEX triplet: CB, 52 and BA. RGB value is (203,82,186). Sum of RGB (Red+Green+Blue) = 203+82+186=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52BA is #34AD45. Grayscale: #818181. Windows color (decimal): -3452230 or 12210891. OLE color: 12210891.
HSL color Cylindrical-coordinate representation of color #CB52BA: hue angle of 308.43º 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 #CB52BA is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 186 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.20 |
| HSL | 308.43º | 0.54% | 0.56% | - |
| HSV(B) | 308.43º | 0.6% | 0.8% | - |
| XYZ | 36.51 | 22.28 | 48.83 | - |
| YUV | 130.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 186 | 0 | 0.60 | 0.08 | 0.20 | 308.43 | 0.54 | 0.56 |
| Hex | CB | 52 | BA | 0 | 3C | 8 | 14 | 134 | 36 | 38 |
| Octal | 313 | 122 | 272 | 0 | 74 | 10 | 24 | 464 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10111010 | 0 | 111100 | 1000 | 10100 | 100110100 | 110110 | 111000 |
Color Harmonies of #CB52BA
Complementary color
Monochromatic Colors of #CB52BA
Black with #CB52BA
Text Example
Text Example
White with #CB52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52BA; }
p { color: rgb(203,82,186); }
H1.HeaderClassName
{
color: #CB52BA;
}
.AnyTagClassName
{
color: #CB52BA;
}
</style>
background-color css
<style>
a { background-color: #CB52BA; }
a { background-color: rgb(203,82,186); }
div.DivClassName
{
background-color: #CB52BA;
}
.BgClassName
{
background-color: #CB52BA;
}
</style>
border-color css
<style>
span { border-color: #CB52BA; }
span { border-color: rgb(203,82,186); }
td.TdClassName
{
border-color: #CB52BA;
}
.TagClassName
{
border-color: #CB52BA;
}
</style>