Shades of Fuchsia #C52DCC
Tints of Fuchsia #C52DCC
RGB
CMYK
RGB Variations
Color information
#C52DCC (or 0xC52DCC) is known color: Fuchsia. HEX triplet: C5, 2D and CC. RGB value is (197,45,204). Sum of RGB (Red+Green+Blue) = 197+45+204=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #C52DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DCC is #3AD233. Grayscale: #6C6C6C. Windows color (decimal): -3854900 or 13381061. OLE color: 13381061.
HSL color Cylindrical-coordinate representation of color #C52DCC: hue angle of 297.36º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52DCC is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 45 | 204 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.2 |
| HSL | 297.36º | 0.64% | 0.49% | - |
| HSV(B) | 297.36º | 0.78% | 0.8% | - |
| XYZ | 34.86 | 18.11 | 58.78 | - |
| YUV | 108.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 204 | 0.03 | 0.78 | 0 | 0.2 | 297.36 | 0.64 | 0.49 |
| Hex | C5 | 2D | CC | 3 | 4E | 0 | 14 | 129 | 40 | 31 |
| Octal | 305 | 55 | 314 | 3 | 116 | 0 | 24 | 451 | 100 | 61 |
| Binary | 11000101 | 101101 | 11001100 | 11 | 1001110 | 0 | 10100 | 100101001 | 1000000 | 110001 |
Color Harmonies of #C52DCC
Complementary color
Monochromatic Colors of #C52DCC
Black with #C52DCC
Text Example
Text Example
White with #C52DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DCC; }
p { color: rgb(197,45,204); }
H1.HeaderClassName
{
color: #C52DCC;
}
.AnyTagClassName
{
color: #C52DCC;
}
</style>
background-color css
<style>
a { background-color: #C52DCC; }
a { background-color: rgb(197,45,204); }
div.DivClassName
{
background-color: #C52DCC;
}
.BgClassName
{
background-color: #C52DCC;
}
</style>
border-color css
<style>
span { border-color: #C52DCC; }
span { border-color: rgb(197,45,204); }
td.TdClassName
{
border-color: #C52DCC;
}
.TagClassName
{
border-color: #C52DCC;
}
</style>