Shades of Fuchsia #C53DCC
Tints of Fuchsia #C53DCC
RGB
CMYK
RGB Variations
Color information
#C53DCC (or 0xC53DCC) is known color: Fuchsia. HEX triplet: C5, 3D and CC. RGB value is (197,61,204). Sum of RGB (Red+Green+Blue) = 197+61+204=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #C53DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DCC is #3AC233. Grayscale: #757575. Windows color (decimal): -3850804 or 13385157. OLE color: 13385157.
HSL color Cylindrical-coordinate representation of color #C53DCC: hue angle of 297.06º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53DCC is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 61 | 204 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.2 |
| HSL | 297.06º | 0.58% | 0.52% | - |
| HSV(B) | 297.06º | 0.7% | 0.8% | - |
| XYZ | 35.59 | 19.57 | 59.03 | - |
| YUV | 117.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 204 | 0.03 | 0.70 | 0 | 0.2 | 297.06 | 0.58 | 0.52 |
| Hex | C5 | 3D | CC | 3 | 46 | 0 | 14 | 129 | 3A | 34 |
| Octal | 305 | 75 | 314 | 3 | 106 | 0 | 24 | 451 | 72 | 64 |
| Binary | 11000101 | 111101 | 11001100 | 11 | 1000110 | 0 | 10100 | 100101001 | 111010 | 110100 |
Color Harmonies of #C53DCC
Complementary color
Monochromatic Colors of #C53DCC
Black with #C53DCC
Text Example
Text Example
White with #C53DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DCC; }
p { color: rgb(197,61,204); }
H1.HeaderClassName
{
color: #C53DCC;
}
.AnyTagClassName
{
color: #C53DCC;
}
</style>
background-color css
<style>
a { background-color: #C53DCC; }
a { background-color: rgb(197,61,204); }
div.DivClassName
{
background-color: #C53DCC;
}
.BgClassName
{
background-color: #C53DCC;
}
</style>
border-color css
<style>
span { border-color: #C53DCC; }
span { border-color: rgb(197,61,204); }
td.TdClassName
{
border-color: #C53DCC;
}
.TagClassName
{
border-color: #C53DCC;
}
</style>