Shades of Fuchsia #C53EC1
Tints of Fuchsia #C53EC1
RGB
CMYK
RGB Variations
Color information
#C53EC1 (or 0xC53EC1) is known color: Fuchsia. HEX triplet: C5, 3E and C1. RGB value is (197,62,193). Sum of RGB (Red+Green+Blue) = 197+62+193=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53EC1 is #3AC13E. Grayscale: #747474. Windows color (decimal): -3850559 or 12664517. OLE color: 12664517.
HSL color Cylindrical-coordinate representation of color #C53EC1: hue angle of 301.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53EC1 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 193 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.23 |
| HSL | 301.78º | 0.54% | 0.51% | - |
| HSV(B) | 301.78º | 0.69% | 0.77% | - |
| XYZ | 34.37 | 19.17 | 52.34 | - |
| YUV | 117.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 193 | 0 | 0.69 | 0.02 | 0.23 | 301.78 | 0.54 | 0.51 |
| Hex | C5 | 3E | C1 | 0 | 45 | 2 | 17 | 12E | 36 | 33 |
| Octal | 305 | 76 | 301 | 0 | 105 | 2 | 27 | 456 | 66 | 63 |
| Binary | 11000101 | 111110 | 11000001 | 0 | 1000101 | 10 | 10111 | 100101110 | 110110 | 110011 |
Color Harmonies of #C53EC1
Complementary color
Monochromatic Colors of #C53EC1
Black with #C53EC1
Text Example
Text Example
White with #C53EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EC1; }
p { color: rgb(197,62,193); }
H1.HeaderClassName
{
color: #C53EC1;
}
.AnyTagClassName
{
color: #C53EC1;
}
</style>
background-color css
<style>
a { background-color: #C53EC1; }
a { background-color: rgb(197,62,193); }
div.DivClassName
{
background-color: #C53EC1;
}
.BgClassName
{
background-color: #C53EC1;
}
</style>
border-color css
<style>
span { border-color: #C53EC1; }
span { border-color: rgb(197,62,193); }
td.TdClassName
{
border-color: #C53EC1;
}
.TagClassName
{
border-color: #C53EC1;
}
</style>