Shades of Fuchsia #CB52C2
Tints of Fuchsia #CB52C2
RGB
CMYK
RGB Variations
Color information
#CB52C2 (or 0xCB52C2) is known color: Fuchsia. HEX triplet: CB, 52 and C2. RGB value is (203,82,194). Sum of RGB (Red+Green+Blue) = 203+82+194=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52C2 is #34AD3D. Grayscale: #828282. Windows color (decimal): -3452222 or 12735179. OLE color: 12735179.
HSL color Cylindrical-coordinate representation of color #CB52C2: hue angle of 304.46º 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 #CB52C2 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 194 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.20 |
| HSL | 304.46º | 0.54% | 0.56% | - |
| HSV(B) | 304.46º | 0.6% | 0.8% | - |
| XYZ | 37.38 | 22.63 | 53.44 | - |
| YUV | 130.95 | 163.59 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 194 | 0 | 0.60 | 0.04 | 0.20 | 304.46 | 0.54 | 0.56 |
| Hex | CB | 52 | C2 | 0 | 3C | 4 | 14 | 130 | 36 | 38 |
| Octal | 313 | 122 | 302 | 0 | 74 | 4 | 24 | 460 | 66 | 70 |
| Binary | 11001011 | 1010010 | 11000010 | 0 | 111100 | 100 | 10100 | 100110000 | 110110 | 111000 |
Color Harmonies of #CB52C2
Complementary color
Monochromatic Colors of #CB52C2
Black with #CB52C2
Text Example
Text Example
White with #CB52C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52C2; }
p { color: rgb(203,82,194); }
H1.HeaderClassName
{
color: #CB52C2;
}
.AnyTagClassName
{
color: #CB52C2;
}
</style>
background-color css
<style>
a { background-color: #CB52C2; }
a { background-color: rgb(203,82,194); }
div.DivClassName
{
background-color: #CB52C2;
}
.BgClassName
{
background-color: #CB52C2;
}
</style>
border-color css
<style>
span { border-color: #CB52C2; }
span { border-color: rgb(203,82,194); }
td.TdClassName
{
border-color: #CB52C2;
}
.TagClassName
{
border-color: #CB52C2;
}
</style>