Shades of Fuchsia #C53CCC
Tints of Fuchsia #C53CCC
RGB
CMYK
RGB Variations
Color information
#C53CCC (or 0xC53CCC) is known color: Fuchsia. HEX triplet: C5, 3C and CC. RGB value is (197,60,204). Sum of RGB (Red+Green+Blue) = 197+60+204=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #C53CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CCC is #3AC333. Grayscale: #747474. Windows color (decimal): -3851060 or 13384901. OLE color: 13384901.
HSL color Cylindrical-coordinate representation of color #C53CCC: hue angle of 297.08º 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 #C53CCC is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 60 | 204 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.2 |
| HSL | 297.08º | 0.59% | 0.52% | - |
| HSV(B) | 297.08º | 0.71% | 0.8% | - |
| XYZ | 35.54 | 19.46 | 59.01 | - |
| YUV | 117.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 204 | 0.03 | 0.71 | 0 | 0.2 | 297.08 | 0.59 | 0.52 |
| Hex | C5 | 3C | CC | 3 | 47 | 0 | 14 | 129 | 3B | 34 |
| Octal | 305 | 74 | 314 | 3 | 107 | 0 | 24 | 451 | 73 | 64 |
| Binary | 11000101 | 111100 | 11001100 | 11 | 1000111 | 0 | 10100 | 100101001 | 111011 | 110100 |
Color Harmonies of #C53CCC
Complementary color
Monochromatic Colors of #C53CCC
Black with #C53CCC
Text Example
Text Example
White with #C53CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CCC; }
p { color: rgb(197,60,204); }
H1.HeaderClassName
{
color: #C53CCC;
}
.AnyTagClassName
{
color: #C53CCC;
}
</style>
background-color css
<style>
a { background-color: #C53CCC; }
a { background-color: rgb(197,60,204); }
div.DivClassName
{
background-color: #C53CCC;
}
.BgClassName
{
background-color: #C53CCC;
}
</style>
border-color css
<style>
span { border-color: #C53CCC; }
span { border-color: rgb(197,60,204); }
td.TdClassName
{
border-color: #C53CCC;
}
.TagClassName
{
border-color: #C53CCC;
}
</style>