Shades of Fuchsia #C52FC2
Tints of Fuchsia #C52FC2
RGB
CMYK
RGB Variations
Color information
#C52FC2 (or 0xC52FC2) is known color: Fuchsia. HEX triplet: C5, 2F and C2. RGB value is (197,47,194). Sum of RGB (Red+Green+Blue) = 197+47+194=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FC2 is #3AD03D. Grayscale: #6C6C6C. Windows color (decimal): -3854398 or 12726213. OLE color: 12726213.
HSL color Cylindrical-coordinate representation of color #C52FC2: hue angle of 301.2º 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 #C52FC2 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 194 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.23 |
| HSL | 301.2º | 0.61% | 0.48% | - |
| HSV(B) | 301.2º | 0.76% | 0.77% | - |
| XYZ | 33.78 | 17.8 | 52.69 | - |
| YUV | 108.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 194 | 0 | 0.76 | 0.02 | 0.23 | 301.2 | 0.61 | 0.48 |
| Hex | C5 | 2F | C2 | 0 | 4C | 2 | 17 | 12D | 3D | 30 |
| Octal | 305 | 57 | 302 | 0 | 114 | 2 | 27 | 455 | 75 | 60 |
| Binary | 11000101 | 101111 | 11000010 | 0 | 1001100 | 10 | 10111 | 100101101 | 111101 | 110000 |
Color Harmonies of #C52FC2
Complementary color
Monochromatic Colors of #C52FC2
Black with #C52FC2
Text Example
Text Example
White with #C52FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FC2; }
p { color: rgb(197,47,194); }
H1.HeaderClassName
{
color: #C52FC2;
}
.AnyTagClassName
{
color: #C52FC2;
}
</style>
background-color css
<style>
a { background-color: #C52FC2; }
a { background-color: rgb(197,47,194); }
div.DivClassName
{
background-color: #C52FC2;
}
.BgClassName
{
background-color: #C52FC2;
}
</style>
border-color css
<style>
span { border-color: #C52FC2; }
span { border-color: rgb(197,47,194); }
td.TdClassName
{
border-color: #C52FC2;
}
.TagClassName
{
border-color: #C52FC2;
}
</style>