Shades of Fuchsia #C52FCD
Tints of Fuchsia #C52FCD
RGB
CMYK
RGB Variations
Color information
#C52FCD (or 0xC52FCD) is known color: Fuchsia. HEX triplet: C5, 2F and CD. RGB value is (197,47,205). Sum of RGB (Red+Green+Blue) = 197+47+205=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #C52FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FCD is #3AD032. Grayscale: #6D6D6D. Windows color (decimal): -3854387 or 13447109. OLE color: 13447109.
HSL color Cylindrical-coordinate representation of color #C52FCD: hue angle of 296.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52FCD is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 47 | 205 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.20 |
| HSL | 296.96º | 0.63% | 0.49% | - |
| HSV(B) | 296.96º | 0.77% | 0.8% | - |
| XYZ | 35.06 | 18.31 | 59.44 | - |
| YUV | 109.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 205 | 0.04 | 0.77 | 0 | 0.20 | 296.96 | 0.63 | 0.49 |
| Hex | C5 | 2F | CD | 4 | 4D | 0 | 14 | 129 | 3F | 31 |
| Octal | 305 | 57 | 315 | 4 | 115 | 0 | 24 | 451 | 77 | 61 |
| Binary | 11000101 | 101111 | 11001101 | 100 | 1001101 | 0 | 10100 | 100101001 | 111111 | 110001 |
Color Harmonies of #C52FCD
Complementary color
Monochromatic Colors of #C52FCD
Black with #C52FCD
Text Example
Text Example
White with #C52FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FCD; }
p { color: rgb(197,47,205); }
H1.HeaderClassName
{
color: #C52FCD;
}
.AnyTagClassName
{
color: #C52FCD;
}
</style>
background-color css
<style>
a { background-color: #C52FCD; }
a { background-color: rgb(197,47,205); }
div.DivClassName
{
background-color: #C52FCD;
}
.BgClassName
{
background-color: #C52FCD;
}
</style>
border-color css
<style>
span { border-color: #C52FCD; }
span { border-color: rgb(197,47,205); }
td.TdClassName
{
border-color: #C52FCD;
}
.TagClassName
{
border-color: #C52FCD;
}
</style>