Shades of Fuchsia #C53ACC
Tints of Fuchsia #C53ACC
RGB
CMYK
RGB Variations
Color information
#C53ACC (or 0xC53ACC) is known color: Fuchsia. HEX triplet: C5, 3A and CC. RGB value is (197,58,204). Sum of RGB (Red+Green+Blue) = 197+58+204=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #C53ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ACC is #3AC533. Grayscale: #737373. Windows color (decimal): -3851572 or 13384389. OLE color: 13384389.
HSL color Cylindrical-coordinate representation of color #C53ACC: hue angle of 297.12º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53ACC is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 58 | 204 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.2 |
| HSL | 297.12º | 0.59% | 0.51% | - |
| HSV(B) | 297.12º | 0.72% | 0.8% | - |
| XYZ | 35.44 | 19.26 | 58.98 | - |
| YUV | 116.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 204 | 0.03 | 0.72 | 0 | 0.2 | 297.12 | 0.59 | 0.51 |
| Hex | C5 | 3A | CC | 3 | 48 | 0 | 14 | 129 | 3B | 33 |
| Octal | 305 | 72 | 314 | 3 | 110 | 0 | 24 | 451 | 73 | 63 |
| Binary | 11000101 | 111010 | 11001100 | 11 | 1001000 | 0 | 10100 | 100101001 | 111011 | 110011 |
Color Harmonies of #C53ACC
Complementary color
Monochromatic Colors of #C53ACC
Black with #C53ACC
Text Example
Text Example
White with #C53ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53ACC; }
p { color: rgb(197,58,204); }
H1.HeaderClassName
{
color: #C53ACC;
}
.AnyTagClassName
{
color: #C53ACC;
}
</style>
background-color css
<style>
a { background-color: #C53ACC; }
a { background-color: rgb(197,58,204); }
div.DivClassName
{
background-color: #C53ACC;
}
.BgClassName
{
background-color: #C53ACC;
}
</style>
border-color css
<style>
span { border-color: #C53ACC; }
span { border-color: rgb(197,58,204); }
td.TdClassName
{
border-color: #C53ACC;
}
.TagClassName
{
border-color: #C53ACC;
}
</style>