Shades of Fuchsia #C53ACE
Tints of Fuchsia #C53ACE
RGB
CMYK
RGB Variations
Color information
#C53ACE (or 0xC53ACE) is known color: Fuchsia. HEX triplet: C5, 3A and CE. RGB value is (197,58,206). Sum of RGB (Red+Green+Blue) = 197+58+206=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #C53ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ACE is #3AC531. Grayscale: #737373. Windows color (decimal): -3851570 or 13515461. OLE color: 13515461.
HSL color Cylindrical-coordinate representation of color #C53ACE: hue angle of 296.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53ACE is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 58 | 206 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.19 |
| HSL | 296.35º | 0.6% | 0.52% | - |
| HSV(B) | 296.35º | 0.72% | 0.81% | - |
| XYZ | 35.68 | 19.35 | 60.25 | - |
| YUV | 116.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 206 | 0.04 | 0.72 | 0 | 0.19 | 296.35 | 0.6 | 0.52 |
| Hex | C5 | 3A | CE | 4 | 48 | 0 | 13 | 128 | 3C | 34 |
| Octal | 305 | 72 | 316 | 4 | 110 | 0 | 23 | 450 | 74 | 64 |
| Binary | 11000101 | 111010 | 11001110 | 100 | 1001000 | 0 | 10011 | 100101000 | 111100 | 110100 |
Color Harmonies of #C53ACE
Complementary color
Monochromatic Colors of #C53ACE
Black with #C53ACE
Text Example
Text Example
White with #C53ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53ACE; }
p { color: rgb(197,58,206); }
H1.HeaderClassName
{
color: #C53ACE;
}
.AnyTagClassName
{
color: #C53ACE;
}
</style>
background-color css
<style>
a { background-color: #C53ACE; }
a { background-color: rgb(197,58,206); }
div.DivClassName
{
background-color: #C53ACE;
}
.BgClassName
{
background-color: #C53ACE;
}
</style>
border-color css
<style>
span { border-color: #C53ACE; }
span { border-color: rgb(197,58,206); }
td.TdClassName
{
border-color: #C53ACE;
}
.TagClassName
{
border-color: #C53ACE;
}
</style>