Shades of Fuchsia #C53DB6
Tints of Fuchsia #C53DB6
RGB
CMYK
RGB Variations
Color information
#C53DB6 (or 0xC53DB6) is known color: Fuchsia. HEX triplet: C5, 3D and B6. RGB value is (197,61,182). Sum of RGB (Red+Green+Blue) = 197+61+182=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DB6 is #3AC249. Grayscale: #737373. Windows color (decimal): -3850826 or 11943365. OLE color: 11943365.
HSL color Cylindrical-coordinate representation of color #C53DB6: hue angle of 306.62º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53DB6 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 182 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.23 |
| HSL | 306.62º | 0.54% | 0.51% | - |
| HSV(B) | 306.62º | 0.69% | 0.77% | - |
| XYZ | 33.14 | 18.59 | 46.1 | - |
| YUV | 115.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 182 | 0 | 0.69 | 0.08 | 0.23 | 306.62 | 0.54 | 0.51 |
| Hex | C5 | 3D | B6 | 0 | 45 | 8 | 17 | 133 | 36 | 33 |
| Octal | 305 | 75 | 266 | 0 | 105 | 10 | 27 | 463 | 66 | 63 |
| Binary | 11000101 | 111101 | 10110110 | 0 | 1000101 | 1000 | 10111 | 100110011 | 110110 | 110011 |
Color Harmonies of #C53DB6
Complementary color
Monochromatic Colors of #C53DB6
Black with #C53DB6
Text Example
Text Example
White with #C53DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DB6; }
p { color: rgb(197,61,182); }
H1.HeaderClassName
{
color: #C53DB6;
}
.AnyTagClassName
{
color: #C53DB6;
}
</style>
background-color css
<style>
a { background-color: #C53DB6; }
a { background-color: rgb(197,61,182); }
div.DivClassName
{
background-color: #C53DB6;
}
.BgClassName
{
background-color: #C53DB6;
}
</style>
border-color css
<style>
span { border-color: #C53DB6; }
span { border-color: rgb(197,61,182); }
td.TdClassName
{
border-color: #C53DB6;
}
.TagClassName
{
border-color: #C53DB6;
}
</style>