Shades of Fuchsia #C53CCD
Tints of Fuchsia #C53CCD
RGB
CMYK
RGB Variations
Color information
#C53CCD (or 0xC53CCD) is known color: Fuchsia. HEX triplet: C5, 3C and CD. RGB value is (197,60,205). Sum of RGB (Red+Green+Blue) = 197+60+205=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #C53CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CCD is #3AC332. Grayscale: #757575. Windows color (decimal): -3851059 or 13450437. OLE color: 13450437.
HSL color Cylindrical-coordinate representation of color #C53CCD: hue angle of 296.69º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53CCD is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 60 | 205 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.20 |
| HSL | 296.69º | 0.59% | 0.52% | - |
| HSV(B) | 296.69º | 0.71% | 0.8% | - |
| XYZ | 35.66 | 19.51 | 59.64 | - |
| YUV | 117.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 205 | 0.04 | 0.71 | 0 | 0.20 | 296.69 | 0.59 | 0.52 |
| Hex | C5 | 3C | CD | 4 | 47 | 0 | 14 | 129 | 3B | 34 |
| Octal | 305 | 74 | 315 | 4 | 107 | 0 | 24 | 451 | 73 | 64 |
| Binary | 11000101 | 111100 | 11001101 | 100 | 1000111 | 0 | 10100 | 100101001 | 111011 | 110100 |
Color Harmonies of #C53CCD
Complementary color
Monochromatic Colors of #C53CCD
Black with #C53CCD
Text Example
Text Example
White with #C53CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CCD; }
p { color: rgb(197,60,205); }
H1.HeaderClassName
{
color: #C53CCD;
}
.AnyTagClassName
{
color: #C53CCD;
}
</style>
background-color css
<style>
a { background-color: #C53CCD; }
a { background-color: rgb(197,60,205); }
div.DivClassName
{
background-color: #C53CCD;
}
.BgClassName
{
background-color: #C53CCD;
}
</style>
border-color css
<style>
span { border-color: #C53CCD; }
span { border-color: rgb(197,60,205); }
td.TdClassName
{
border-color: #C53CCD;
}
.TagClassName
{
border-color: #C53CCD;
}
</style>