Shades of Fuchsia #C53EBE
Tints of Fuchsia #C53EBE
RGB
CMYK
RGB Variations
Color information
#C53EBE (or 0xC53EBE) is known color: Fuchsia. HEX triplet: C5, 3E and BE. RGB value is (197,62,190). Sum of RGB (Red+Green+Blue) = 197+62+190=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53EBE is #3AC141. Grayscale: #747474. Windows color (decimal): -3850562 or 12467909. OLE color: 12467909.
HSL color Cylindrical-coordinate representation of color #C53EBE: hue angle of 303.11º 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 #C53EBE is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 190 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.23 |
| HSL | 303.11º | 0.54% | 0.51% | - |
| HSV(B) | 303.11º | 0.69% | 0.77% | - |
| XYZ | 34.04 | 19.03 | 50.59 | - |
| YUV | 116.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 190 | 0 | 0.69 | 0.04 | 0.23 | 303.11 | 0.54 | 0.51 |
| Hex | C5 | 3E | BE | 0 | 45 | 4 | 17 | 12F | 36 | 33 |
| Octal | 305 | 76 | 276 | 0 | 105 | 4 | 27 | 457 | 66 | 63 |
| Binary | 11000101 | 111110 | 10111110 | 0 | 1000101 | 100 | 10111 | 100101111 | 110110 | 110011 |
Color Harmonies of #C53EBE
Complementary color
Monochromatic Colors of #C53EBE
Black with #C53EBE
Text Example
Text Example
White with #C53EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EBE; }
p { color: rgb(197,62,190); }
H1.HeaderClassName
{
color: #C53EBE;
}
.AnyTagClassName
{
color: #C53EBE;
}
</style>
background-color css
<style>
a { background-color: #C53EBE; }
a { background-color: rgb(197,62,190); }
div.DivClassName
{
background-color: #C53EBE;
}
.BgClassName
{
background-color: #C53EBE;
}
</style>
border-color css
<style>
span { border-color: #C53EBE; }
span { border-color: rgb(197,62,190); }
td.TdClassName
{
border-color: #C53EBE;
}
.TagClassName
{
border-color: #C53EBE;
}
</style>