Shades of Fuchsia #CB52CB
Tints of Fuchsia #CB52CB
RGB
CMYK
RGB Variations
Color information
#CB52CB (or 0xCB52CB) is known color: Fuchsia. HEX triplet: CB, 52 and CB. RGB value is (203,82,203). Sum of RGB (Red+Green+Blue) = 203+82+203=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB52CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52CB is #34AD34. Grayscale: #838383. Windows color (decimal): -3452213 or 13325003. OLE color: 13325003.
HSL color Cylindrical-coordinate representation of color #CB52CB: hue angle of 300º 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 #CB52CB is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 203 | - |
| CMYK | 0 | 0.60 | 0 | 0.20 |
| HSL | 300º | 0.54% | 0.56% | - |
| HSV(B) | 300º | 0.6% | 0.8% | - |
| XYZ | 38.43 | 23.04 | 58.92 | - |
| YUV | 131.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 203 | 0 | 0.60 | 0 | 0.20 | 300 | 0.54 | 0.56 |
| Hex | CB | 52 | CB | 0 | 3C | 0 | 14 | 12C | 36 | 38 |
| Octal | 313 | 122 | 313 | 0 | 74 | 0 | 24 | 454 | 66 | 70 |
| Binary | 11001011 | 1010010 | 11001011 | 0 | 111100 | 0 | 10100 | 100101100 | 110110 | 111000 |
Color Harmonies of #CB52CB
Complementary color
Monochromatic Colors of #CB52CB
Black with #CB52CB
Text Example
Text Example
White with #CB52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52CB; }
p { color: rgb(203,82,203); }
H1.HeaderClassName
{
color: #CB52CB;
}
.AnyTagClassName
{
color: #CB52CB;
}
</style>
background-color css
<style>
a { background-color: #CB52CB; }
a { background-color: rgb(203,82,203); }
div.DivClassName
{
background-color: #CB52CB;
}
.BgClassName
{
background-color: #CB52CB;
}
</style>
border-color css
<style>
span { border-color: #CB52CB; }
span { border-color: rgb(203,82,203); }
td.TdClassName
{
border-color: #CB52CB;
}
.TagClassName
{
border-color: #CB52CB;
}
</style>