Shades of Fuchsia #C52CC0
Tints of Fuchsia #C52CC0
RGB
CMYK
RGB Variations
Color information
#C52CC0 (or 0xC52CC0) is known color: Fuchsia. HEX triplet: C5, 2C and C0. RGB value is (197,44,192). Sum of RGB (Red+Green+Blue) = 197+44+192=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C52CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CC0 is #3AD33F. Grayscale: #6A6A6A. Windows color (decimal): -3855168 or 12594373. OLE color: 12594373.
HSL color Cylindrical-coordinate representation of color #C52CC0: hue angle of 301.96º degrees, saturation: 0.63, 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 #C52CC0 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 192 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.23 |
| HSL | 301.96º | 0.63% | 0.47% | - |
| HSV(B) | 301.96º | 0.78% | 0.77% | - |
| XYZ | 33.44 | 17.48 | 51.48 | - |
| YUV | 106.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 192 | 0 | 0.78 | 0.03 | 0.23 | 301.96 | 0.63 | 0.47 |
| Hex | C5 | 2C | C0 | 0 | 4E | 3 | 17 | 12E | 3F | 2F |
| Octal | 305 | 54 | 300 | 0 | 116 | 3 | 27 | 456 | 77 | 57 |
| Binary | 11000101 | 101100 | 11000000 | 0 | 1001110 | 11 | 10111 | 100101110 | 111111 | 101111 |
Color Harmonies of #C52CC0
Complementary color
Monochromatic Colors of #C52CC0
Black with #C52CC0
Text Example
Text Example
White with #C52CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CC0; }
p { color: rgb(197,44,192); }
H1.HeaderClassName
{
color: #C52CC0;
}
.AnyTagClassName
{
color: #C52CC0;
}
</style>
background-color css
<style>
a { background-color: #C52CC0; }
a { background-color: rgb(197,44,192); }
div.DivClassName
{
background-color: #C52CC0;
}
.BgClassName
{
background-color: #C52CC0;
}
</style>
border-color css
<style>
span { border-color: #C52CC0; }
span { border-color: rgb(197,44,192); }
td.TdClassName
{
border-color: #C52CC0;
}
.TagClassName
{
border-color: #C52CC0;
}
</style>