Shades of Fuchsia #C52CCD
Tints of Fuchsia #C52CCD
RGB
CMYK
RGB Variations
Color information
#C52CCD (or 0xC52CCD) is known color: Fuchsia. HEX triplet: C5, 2C and CD. RGB value is (197,44,205). Sum of RGB (Red+Green+Blue) = 197+44+205=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #C52CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CCD is #3AD332. Grayscale: #6B6B6B. Windows color (decimal): -3855155 or 13446341. OLE color: 13446341.
HSL color Cylindrical-coordinate representation of color #C52CCD: hue angle of 297.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52CCD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 44 | 205 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.20 |
| HSL | 297.02º | 0.65% | 0.49% | - |
| HSV(B) | 297.02º | 0.79% | 0.8% | - |
| XYZ | 34.95 | 18.08 | 59.41 | - |
| YUV | 108.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 205 | 0.04 | 0.79 | 0 | 0.20 | 297.02 | 0.65 | 0.49 |
| Hex | C5 | 2C | CD | 4 | 4F | 0 | 14 | 129 | 41 | 31 |
| Octal | 305 | 54 | 315 | 4 | 117 | 0 | 24 | 451 | 101 | 61 |
| Binary | 11000101 | 101100 | 11001101 | 100 | 1001111 | 0 | 10100 | 100101001 | 1000001 | 110001 |
Color Harmonies of #C52CCD
Complementary color
Monochromatic Colors of #C52CCD
Black with #C52CCD
Text Example
Text Example
White with #C52CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CCD; }
p { color: rgb(197,44,205); }
H1.HeaderClassName
{
color: #C52CCD;
}
.AnyTagClassName
{
color: #C52CCD;
}
</style>
background-color css
<style>
a { background-color: #C52CCD; }
a { background-color: rgb(197,44,205); }
div.DivClassName
{
background-color: #C52CCD;
}
.BgClassName
{
background-color: #C52CCD;
}
</style>
border-color css
<style>
span { border-color: #C52CCD; }
span { border-color: rgb(197,44,205); }
td.TdClassName
{
border-color: #C52CCD;
}
.TagClassName
{
border-color: #C52CCD;
}
</style>