Shades of Fuchsia #CB52C0
Tints of Fuchsia #CB52C0
RGB
CMYK
RGB Variations
Color information
#CB52C0 (or 0xCB52C0) is known color: Fuchsia. HEX triplet: CB, 52 and C0. RGB value is (203,82,192). Sum of RGB (Red+Green+Blue) = 203+82+192=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52C0 is #34AD3F. Grayscale: #828282. Windows color (decimal): -3452224 or 12604107. OLE color: 12604107.
HSL color Cylindrical-coordinate representation of color #CB52C0: hue angle of 305.45º 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 #CB52C0 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 192 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.20 |
| HSL | 305.45º | 0.54% | 0.56% | - |
| HSV(B) | 305.45º | 0.6% | 0.8% | - |
| XYZ | 37.16 | 22.54 | 52.26 | - |
| YUV | 130.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 192 | 0 | 0.60 | 0.05 | 0.20 | 305.45 | 0.54 | 0.56 |
| Hex | CB | 52 | C0 | 0 | 3C | 5 | 14 | 131 | 36 | 38 |
| Octal | 313 | 122 | 300 | 0 | 74 | 5 | 24 | 461 | 66 | 70 |
| Binary | 11001011 | 1010010 | 11000000 | 0 | 111100 | 101 | 10100 | 100110001 | 110110 | 111000 |
Color Harmonies of #CB52C0
Complementary color
Monochromatic Colors of #CB52C0
Black with #CB52C0
Text Example
Text Example
White with #CB52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52C0; }
p { color: rgb(203,82,192); }
H1.HeaderClassName
{
color: #CB52C0;
}
.AnyTagClassName
{
color: #CB52C0;
}
</style>
background-color css
<style>
a { background-color: #CB52C0; }
a { background-color: rgb(203,82,192); }
div.DivClassName
{
background-color: #CB52C0;
}
.BgClassName
{
background-color: #CB52C0;
}
</style>
border-color css
<style>
span { border-color: #CB52C0; }
span { border-color: rgb(203,82,192); }
td.TdClassName
{
border-color: #CB52C0;
}
.TagClassName
{
border-color: #CB52C0;
}
</style>