Shades of Fuchsia #C52FC0
Tints of Fuchsia #C52FC0
RGB
CMYK
RGB Variations
Color information
#C52FC0 (or 0xC52FC0) is known color: Fuchsia. HEX triplet: C5, 2F and C0. RGB value is (197,47,192). Sum of RGB (Red+Green+Blue) = 197+47+192=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FC0 is #3AD03F. Grayscale: #6B6B6B. Windows color (decimal): -3854400 or 12595141. OLE color: 12595141.
HSL color Cylindrical-coordinate representation of color #C52FC0: hue angle of 302º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52FC0 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 192 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.23 |
| HSL | 302º | 0.61% | 0.48% | - |
| HSV(B) | 302º | 0.76% | 0.77% | - |
| XYZ | 33.56 | 17.71 | 51.52 | - |
| YUV | 108.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 192 | 0 | 0.76 | 0.03 | 0.23 | 302 | 0.61 | 0.48 |
| Hex | C5 | 2F | C0 | 0 | 4C | 3 | 17 | 12E | 3D | 30 |
| Octal | 305 | 57 | 300 | 0 | 114 | 3 | 27 | 456 | 75 | 60 |
| Binary | 11000101 | 101111 | 11000000 | 0 | 1001100 | 11 | 10111 | 100101110 | 111101 | 110000 |
Color Harmonies of #C52FC0
Complementary color
Monochromatic Colors of #C52FC0
Black with #C52FC0
Text Example
Text Example
White with #C52FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FC0; }
p { color: rgb(197,47,192); }
H1.HeaderClassName
{
color: #C52FC0;
}
.AnyTagClassName
{
color: #C52FC0;
}
</style>
background-color css
<style>
a { background-color: #C52FC0; }
a { background-color: rgb(197,47,192); }
div.DivClassName
{
background-color: #C52FC0;
}
.BgClassName
{
background-color: #C52FC0;
}
</style>
border-color css
<style>
span { border-color: #C52FC0; }
span { border-color: rgb(197,47,192); }
td.TdClassName
{
border-color: #C52FC0;
}
.TagClassName
{
border-color: #C52FC0;
}
</style>