Shades of Fuchsia #C52DCD
Tints of Fuchsia #C52DCD
RGB
CMYK
RGB Variations
Color information
#C52DCD (or 0xC52DCD) is known color: Fuchsia. HEX triplet: C5, 2D and CD. RGB value is (197,45,205). Sum of RGB (Red+Green+Blue) = 197+45+205=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #C52DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DCD is #3AD232. Grayscale: #6C6C6C. Windows color (decimal): -3854899 or 13446597. OLE color: 13446597.
HSL color Cylindrical-coordinate representation of color #C52DCD: hue angle of 297º 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 #C52DCD is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 45 | 205 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.20 |
| HSL | 297º | 0.64% | 0.49% | - |
| HSV(B) | 297º | 0.78% | 0.8% | - |
| XYZ | 34.98 | 18.15 | 59.42 | - |
| YUV | 108.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 205 | 0.04 | 0.78 | 0 | 0.20 | 297 | 0.64 | 0.49 |
| Hex | C5 | 2D | CD | 4 | 4E | 0 | 14 | 129 | 40 | 31 |
| Octal | 305 | 55 | 315 | 4 | 116 | 0 | 24 | 451 | 100 | 61 |
| Binary | 11000101 | 101101 | 11001101 | 100 | 1001110 | 0 | 10100 | 100101001 | 1000000 | 110001 |
Color Harmonies of #C52DCD
Complementary color
Monochromatic Colors of #C52DCD
Black with #C52DCD
Text Example
Text Example
White with #C52DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DCD; }
p { color: rgb(197,45,205); }
H1.HeaderClassName
{
color: #C52DCD;
}
.AnyTagClassName
{
color: #C52DCD;
}
</style>
background-color css
<style>
a { background-color: #C52DCD; }
a { background-color: rgb(197,45,205); }
div.DivClassName
{
background-color: #C52DCD;
}
.BgClassName
{
background-color: #C52DCD;
}
</style>
border-color css
<style>
span { border-color: #C52DCD; }
span { border-color: rgb(197,45,205); }
td.TdClassName
{
border-color: #C52DCD;
}
.TagClassName
{
border-color: #C52DCD;
}
</style>