Shades of Fuchsia #CB52C1
Tints of Fuchsia #CB52C1
RGB
CMYK
RGB Variations
Color information
#CB52C1 (or 0xCB52C1) is known color: Fuchsia. HEX triplet: CB, 52 and C1. RGB value is (203,82,193). Sum of RGB (Red+Green+Blue) = 203+82+193=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52C1 is #34AD3E. Grayscale: #828282. Windows color (decimal): -3452223 or 12669643. OLE color: 12669643.
HSL color Cylindrical-coordinate representation of color #CB52C1: hue angle of 304.96º 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 #CB52C1 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 193 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.20 |
| HSL | 304.96º | 0.54% | 0.56% | - |
| HSV(B) | 304.96º | 0.6% | 0.8% | - |
| XYZ | 37.27 | 22.58 | 52.85 | - |
| YUV | 130.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 193 | 0 | 0.60 | 0.05 | 0.20 | 304.96 | 0.54 | 0.56 |
| Hex | CB | 52 | C1 | 0 | 3C | 5 | 14 | 131 | 36 | 38 |
| Octal | 313 | 122 | 301 | 0 | 74 | 5 | 24 | 461 | 66 | 70 |
| Binary | 11001011 | 1010010 | 11000001 | 0 | 111100 | 101 | 10100 | 100110001 | 110110 | 111000 |
Color Harmonies of #CB52C1
Complementary color
Monochromatic Colors of #CB52C1
Black with #CB52C1
Text Example
Text Example
White with #CB52C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52C1; }
p { color: rgb(203,82,193); }
H1.HeaderClassName
{
color: #CB52C1;
}
.AnyTagClassName
{
color: #CB52C1;
}
</style>
background-color css
<style>
a { background-color: #CB52C1; }
a { background-color: rgb(203,82,193); }
div.DivClassName
{
background-color: #CB52C1;
}
.BgClassName
{
background-color: #CB52C1;
}
</style>
border-color css
<style>
span { border-color: #CB52C1; }
span { border-color: rgb(203,82,193); }
td.TdClassName
{
border-color: #CB52C1;
}
.TagClassName
{
border-color: #CB52C1;
}
</style>