Shades of Fuchsia #C52AC0
Tints of Fuchsia #C52AC0
RGB
CMYK
RGB Variations
Color information
#C52AC0 (or 0xC52AC0) is known color: Fuchsia. HEX triplet: C5, 2A and C0. RGB value is (197,42,192). Sum of RGB (Red+Green+Blue) = 197+42+192=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C52AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52AC0 is #3AD53F. Grayscale: #696969. Windows color (decimal): -3855680 or 12593861. OLE color: 12593861.
HSL color Cylindrical-coordinate representation of color #C52AC0: hue angle of 301.94º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52AC0 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 192 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.23 |
| HSL | 301.94º | 0.65% | 0.47% | - |
| HSV(B) | 301.94º | 0.79% | 0.77% | - |
| XYZ | 33.37 | 17.33 | 51.46 | - |
| YUV | 105.45 | 176.85 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 192 | 0 | 0.79 | 0.03 | 0.23 | 301.94 | 0.65 | 0.47 |
| Hex | C5 | 2A | C0 | 0 | 4F | 3 | 17 | 12E | 41 | 2F |
| Octal | 305 | 52 | 300 | 0 | 117 | 3 | 27 | 456 | 101 | 57 |
| Binary | 11000101 | 101010 | 11000000 | 0 | 1001111 | 11 | 10111 | 100101110 | 1000001 | 101111 |
Color Harmonies of #C52AC0
Complementary color
Monochromatic Colors of #C52AC0
Black with #C52AC0
Text Example
Text Example
White with #C52AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52AC0; }
p { color: rgb(197,42,192); }
H1.HeaderClassName
{
color: #C52AC0;
}
.AnyTagClassName
{
color: #C52AC0;
}
</style>
background-color css
<style>
a { background-color: #C52AC0; }
a { background-color: rgb(197,42,192); }
div.DivClassName
{
background-color: #C52AC0;
}
.BgClassName
{
background-color: #C52AC0;
}
</style>
border-color css
<style>
span { border-color: #C52AC0; }
span { border-color: rgb(197,42,192); }
td.TdClassName
{
border-color: #C52AC0;
}
.TagClassName
{
border-color: #C52AC0;
}
</style>