Shades of Fuchsia #C53BBE
Tints of Fuchsia #C53BBE
RGB
CMYK
RGB Variations
Color information
#C53BBE (or 0xC53BBE) is known color: Fuchsia. HEX triplet: C5, 3B and BE. RGB value is (197,59,190). Sum of RGB (Red+Green+Blue) = 197+59+190=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BBE is #3AC441. Grayscale: #727272. Windows color (decimal): -3851330 or 12467141. OLE color: 12467141.
HSL color Cylindrical-coordinate representation of color #C53BBE: hue angle of 303.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53BBE is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 190 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.23 |
| HSL | 303.04º | 0.54% | 0.5% | - |
| HSV(B) | 303.04º | 0.7% | 0.77% | - |
| XYZ | 33.88 | 18.72 | 50.54 | - |
| YUV | 115.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 190 | 0 | 0.70 | 0.04 | 0.23 | 303.04 | 0.54 | 0.5 |
| Hex | C5 | 3B | BE | 0 | 46 | 4 | 17 | 12F | 36 | 32 |
| Octal | 305 | 73 | 276 | 0 | 106 | 4 | 27 | 457 | 66 | 62 |
| Binary | 11000101 | 111011 | 10111110 | 0 | 1000110 | 100 | 10111 | 100101111 | 110110 | 110010 |
Color Harmonies of #C53BBE
Complementary color
Monochromatic Colors of #C53BBE
Black with #C53BBE
Text Example
Text Example
White with #C53BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BBE; }
p { color: rgb(197,59,190); }
H1.HeaderClassName
{
color: #C53BBE;
}
.AnyTagClassName
{
color: #C53BBE;
}
</style>
background-color css
<style>
a { background-color: #C53BBE; }
a { background-color: rgb(197,59,190); }
div.DivClassName
{
background-color: #C53BBE;
}
.BgClassName
{
background-color: #C53BBE;
}
</style>
border-color css
<style>
span { border-color: #C53BBE; }
span { border-color: rgb(197,59,190); }
td.TdClassName
{
border-color: #C53BBE;
}
.TagClassName
{
border-color: #C53BBE;
}
</style>