Shades of Fuchsia #C53FCE
Tints of Fuchsia #C53FCE
RGB
CMYK
RGB Variations
Color information
#C53FCE (or 0xC53FCE) is known color: Fuchsia. HEX triplet: C5, 3F and CE. RGB value is (197,63,206). Sum of RGB (Red+Green+Blue) = 197+63+206=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #C53FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FCE is #3AC031. Grayscale: #767676. Windows color (decimal): -3850290 or 13516741. OLE color: 13516741.
HSL color Cylindrical-coordinate representation of color #C53FCE: hue angle of 296.22º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53FCE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 63 | 206 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.19 |
| HSL | 296.22º | 0.59% | 0.53% | - |
| HSV(B) | 296.22º | 0.69% | 0.81% | - |
| XYZ | 35.94 | 19.88 | 60.34 | - |
| YUV | 119.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 206 | 0.04 | 0.69 | 0 | 0.19 | 296.22 | 0.59 | 0.53 |
| Hex | C5 | 3F | CE | 4 | 45 | 0 | 13 | 128 | 3B | 35 |
| Octal | 305 | 77 | 316 | 4 | 105 | 0 | 23 | 450 | 73 | 65 |
| Binary | 11000101 | 111111 | 11001110 | 100 | 1000101 | 0 | 10011 | 100101000 | 111011 | 110101 |
Color Harmonies of #C53FCE
Complementary color
Monochromatic Colors of #C53FCE
Black with #C53FCE
Text Example
Text Example
White with #C53FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FCE; }
p { color: rgb(197,63,206); }
H1.HeaderClassName
{
color: #C53FCE;
}
.AnyTagClassName
{
color: #C53FCE;
}
</style>
background-color css
<style>
a { background-color: #C53FCE; }
a { background-color: rgb(197,63,206); }
div.DivClassName
{
background-color: #C53FCE;
}
.BgClassName
{
background-color: #C53FCE;
}
</style>
border-color css
<style>
span { border-color: #C53FCE; }
span { border-color: rgb(197,63,206); }
td.TdClassName
{
border-color: #C53FCE;
}
.TagClassName
{
border-color: #C53FCE;
}
</style>