Shades of Fuchsia #C53AC1
Tints of Fuchsia #C53AC1
RGB
CMYK
RGB Variations
Color information
#C53AC1 (or 0xC53AC1) is known color: Fuchsia. HEX triplet: C5, 3A and C1. RGB value is (197,58,193). Sum of RGB (Red+Green+Blue) = 197+58+193=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AC1 is #3AC53E. Grayscale: #727272. Windows color (decimal): -3851583 or 12663493. OLE color: 12663493.
HSL color Cylindrical-coordinate representation of color #C53AC1: hue angle of 301.73º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53AC1 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 193 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.23 |
| HSL | 301.73º | 0.55% | 0.5% | - |
| HSV(B) | 301.73º | 0.71% | 0.77% | - |
| XYZ | 34.16 | 18.75 | 52.27 | - |
| YUV | 114.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 193 | 0 | 0.71 | 0.02 | 0.23 | 301.73 | 0.55 | 0.5 |
| Hex | C5 | 3A | C1 | 0 | 47 | 2 | 17 | 12E | 37 | 32 |
| Octal | 305 | 72 | 301 | 0 | 107 | 2 | 27 | 456 | 67 | 62 |
| Binary | 11000101 | 111010 | 11000001 | 0 | 1000111 | 10 | 10111 | 100101110 | 110111 | 110010 |
Color Harmonies of #C53AC1
Complementary color
Monochromatic Colors of #C53AC1
Black with #C53AC1
Text Example
Text Example
White with #C53AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AC1; }
p { color: rgb(197,58,193); }
H1.HeaderClassName
{
color: #C53AC1;
}
.AnyTagClassName
{
color: #C53AC1;
}
</style>
background-color css
<style>
a { background-color: #C53AC1; }
a { background-color: rgb(197,58,193); }
div.DivClassName
{
background-color: #C53AC1;
}
.BgClassName
{
background-color: #C53AC1;
}
</style>
border-color css
<style>
span { border-color: #C53AC1; }
span { border-color: rgb(197,58,193); }
td.TdClassName
{
border-color: #C53AC1;
}
.TagClassName
{
border-color: #C53AC1;
}
</style>