Shades of Fuchsia #C52BC0
Tints of Fuchsia #C52BC0
RGB
CMYK
RGB Variations
Color information
#C52BC0 (or 0xC52BC0) is known color: Fuchsia. HEX triplet: C5, 2B and C0. RGB value is (197,43,192). Sum of RGB (Red+Green+Blue) = 197+43+192=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BC0 is #3AD43F. Grayscale: #696969. Windows color (decimal): -3855424 or 12594117. OLE color: 12594117.
HSL color Cylindrical-coordinate representation of color #C52BC0: hue angle of 301.95º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52BC0 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 192 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.23 |
| HSL | 301.95º | 0.64% | 0.47% | - |
| HSV(B) | 301.95º | 0.78% | 0.77% | - |
| XYZ | 33.4 | 17.4 | 51.47 | - |
| YUV | 106.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 192 | 0 | 0.78 | 0.03 | 0.23 | 301.95 | 0.64 | 0.47 |
| Hex | C5 | 2B | C0 | 0 | 4E | 3 | 17 | 12E | 40 | 2F |
| Octal | 305 | 53 | 300 | 0 | 116 | 3 | 27 | 456 | 100 | 57 |
| Binary | 11000101 | 101011 | 11000000 | 0 | 1001110 | 11 | 10111 | 100101110 | 1000000 | 101111 |
Color Harmonies of #C52BC0
Complementary color
Monochromatic Colors of #C52BC0
Black with #C52BC0
Text Example
Text Example
White with #C52BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BC0; }
p { color: rgb(197,43,192); }
H1.HeaderClassName
{
color: #C52BC0;
}
.AnyTagClassName
{
color: #C52BC0;
}
</style>
background-color css
<style>
a { background-color: #C52BC0; }
a { background-color: rgb(197,43,192); }
div.DivClassName
{
background-color: #C52BC0;
}
.BgClassName
{
background-color: #C52BC0;
}
</style>
border-color css
<style>
span { border-color: #C52BC0; }
span { border-color: rgb(197,43,192); }
td.TdClassName
{
border-color: #C52BC0;
}
.TagClassName
{
border-color: #C52BC0;
}
</style>