Shades of Fuchsia #CB52CE
Tints of Fuchsia #CB52CE
RGB
CMYK
RGB Variations
Color information
#CB52CE (or 0xCB52CE) is known color: Fuchsia. HEX triplet: CB, 52 and CE. RGB value is (203,82,206). Sum of RGB (Red+Green+Blue) = 203+82+206=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB52CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52CE is #34AD31. Grayscale: #838383. Windows color (decimal): -3452210 or 13521611. OLE color: 13521611.
HSL color Cylindrical-coordinate representation of color #CB52CE: hue angle of 298.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB52CE is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 82 | 206 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.19 |
| HSL | 298.55º | 0.56% | 0.56% | - |
| HSV(B) | 298.55º | 0.6% | 0.81% | - |
| XYZ | 38.79 | 23.19 | 60.82 | - |
| YUV | 132.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 206 | 0.01 | 0.60 | 0 | 0.19 | 298.55 | 0.56 | 0.56 |
| Hex | CB | 52 | CE | 1 | 3C | 0 | 13 | 12B | 38 | 38 |
| Octal | 313 | 122 | 316 | 1 | 74 | 0 | 23 | 453 | 70 | 70 |
| Binary | 11001011 | 1010010 | 11001110 | 1 | 111100 | 0 | 10011 | 100101011 | 111000 | 111000 |
Color Harmonies of #CB52CE
Complementary color
Monochromatic Colors of #CB52CE
Black with #CB52CE
Text Example
Text Example
White with #CB52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52CE; }
p { color: rgb(203,82,206); }
H1.HeaderClassName
{
color: #CB52CE;
}
.AnyTagClassName
{
color: #CB52CE;
}
</style>
background-color css
<style>
a { background-color: #CB52CE; }
a { background-color: rgb(203,82,206); }
div.DivClassName
{
background-color: #CB52CE;
}
.BgClassName
{
background-color: #CB52CE;
}
</style>
border-color css
<style>
span { border-color: #CB52CE; }
span { border-color: rgb(203,82,206); }
td.TdClassName
{
border-color: #CB52CE;
}
.TagClassName
{
border-color: #CB52CE;
}
</style>