Shades of Fuchsia #C53BC3
Tints of Fuchsia #C53BC3
RGB
CMYK
RGB Variations
Color information
#C53BC3 (or 0xC53BC3) is known color: Fuchsia. HEX triplet: C5, 3B and C3. RGB value is (197,59,195). Sum of RGB (Red+Green+Blue) = 197+59+195=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BC3 is #3AC43C. Grayscale: #737373. Windows color (decimal): -3851325 or 12794821. OLE color: 12794821.
HSL color Cylindrical-coordinate representation of color #C53BC3: hue angle of 300.87º 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 #C53BC3 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 195 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.23 |
| HSL | 300.87º | 0.54% | 0.5% | - |
| HSV(B) | 300.87º | 0.7% | 0.77% | - |
| XYZ | 34.44 | 18.94 | 53.47 | - |
| YUV | 115.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 195 | 0 | 0.70 | 0.01 | 0.23 | 300.87 | 0.54 | 0.5 |
| Hex | C5 | 3B | C3 | 0 | 46 | 1 | 17 | 12D | 36 | 32 |
| Octal | 305 | 73 | 303 | 0 | 106 | 1 | 27 | 455 | 66 | 62 |
| Binary | 11000101 | 111011 | 11000011 | 0 | 1000110 | 1 | 10111 | 100101101 | 110110 | 110010 |
Color Harmonies of #C53BC3
Complementary color
Monochromatic Colors of #C53BC3
Black with #C53BC3
Text Example
Text Example
White with #C53BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BC3; }
p { color: rgb(197,59,195); }
H1.HeaderClassName
{
color: #C53BC3;
}
.AnyTagClassName
{
color: #C53BC3;
}
</style>
background-color css
<style>
a { background-color: #C53BC3; }
a { background-color: rgb(197,59,195); }
div.DivClassName
{
background-color: #C53BC3;
}
.BgClassName
{
background-color: #C53BC3;
}
</style>
border-color css
<style>
span { border-color: #C53BC3; }
span { border-color: rgb(197,59,195); }
td.TdClassName
{
border-color: #C53BC3;
}
.TagClassName
{
border-color: #C53BC3;
}
</style>