Shades of Fuchsia #CB52BC
Tints of Fuchsia #CB52BC
RGB
CMYK
RGB Variations
Color information
#CB52BC (or 0xCB52BC) is known color: Fuchsia. HEX triplet: CB, 52 and BC. RGB value is (203,82,188). Sum of RGB (Red+Green+Blue) = 203+82+188=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52BC is #34AD43. Grayscale: #818181. Windows color (decimal): -3452228 or 12341963. OLE color: 12341963.
HSL color Cylindrical-coordinate representation of color #CB52BC: hue angle of 307.44º 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 #CB52BC is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 188 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.20 |
| HSL | 307.44º | 0.54% | 0.56% | - |
| HSV(B) | 307.44º | 0.6% | 0.8% | - |
| XYZ | 36.72 | 22.36 | 49.96 | - |
| YUV | 130.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 188 | 0 | 0.60 | 0.07 | 0.20 | 307.44 | 0.54 | 0.56 |
| Hex | CB | 52 | BC | 0 | 3C | 7 | 14 | 133 | 36 | 38 |
| Octal | 313 | 122 | 274 | 0 | 74 | 7 | 24 | 463 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10111100 | 0 | 111100 | 111 | 10100 | 100110011 | 110110 | 111000 |
Color Harmonies of #CB52BC
Complementary color
Monochromatic Colors of #CB52BC
Black with #CB52BC
Text Example
Text Example
White with #CB52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52BC; }
p { color: rgb(203,82,188); }
H1.HeaderClassName
{
color: #CB52BC;
}
.AnyTagClassName
{
color: #CB52BC;
}
</style>
background-color css
<style>
a { background-color: #CB52BC; }
a { background-color: rgb(203,82,188); }
div.DivClassName
{
background-color: #CB52BC;
}
.BgClassName
{
background-color: #CB52BC;
}
</style>
border-color css
<style>
span { border-color: #CB52BC; }
span { border-color: rgb(203,82,188); }
td.TdClassName
{
border-color: #CB52BC;
}
.TagClassName
{
border-color: #CB52BC;
}
</style>