Shades of Fuchsia #CB52BD
Tints of Fuchsia #CB52BD
RGB
CMYK
RGB Variations
Color information
#CB52BD (or 0xCB52BD) is known color: Fuchsia. HEX triplet: CB, 52 and BD. RGB value is (203,82,189). Sum of RGB (Red+Green+Blue) = 203+82+189=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52BD is #34AD42. Grayscale: #828282. Windows color (decimal): -3452227 or 12407499. OLE color: 12407499.
HSL color Cylindrical-coordinate representation of color #CB52BD: hue angle of 306.94º 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 #CB52BD is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 189 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.20 |
| HSL | 306.94º | 0.54% | 0.56% | - |
| HSV(B) | 306.94º | 0.6% | 0.8% | - |
| XYZ | 36.83 | 22.41 | 50.53 | - |
| YUV | 130.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 189 | 0 | 0.60 | 0.07 | 0.20 | 306.94 | 0.54 | 0.56 |
| Hex | CB | 52 | BD | 0 | 3C | 7 | 14 | 133 | 36 | 38 |
| Octal | 313 | 122 | 275 | 0 | 74 | 7 | 24 | 463 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10111101 | 0 | 111100 | 111 | 10100 | 100110011 | 110110 | 111000 |
Color Harmonies of #CB52BD
Complementary color
Monochromatic Colors of #CB52BD
Black with #CB52BD
Text Example
Text Example
White with #CB52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52BD; }
p { color: rgb(203,82,189); }
H1.HeaderClassName
{
color: #CB52BD;
}
.AnyTagClassName
{
color: #CB52BD;
}
</style>
background-color css
<style>
a { background-color: #CB52BD; }
a { background-color: rgb(203,82,189); }
div.DivClassName
{
background-color: #CB52BD;
}
.BgClassName
{
background-color: #CB52BD;
}
</style>
border-color css
<style>
span { border-color: #CB52BD; }
span { border-color: rgb(203,82,189); }
td.TdClassName
{
border-color: #CB52BD;
}
.TagClassName
{
border-color: #CB52BD;
}
</style>