Shades of Fuchsia #C53DB7
Tints of Fuchsia #C53DB7
RGB
CMYK
RGB Variations
Color information
#C53DB7 (or 0xC53DB7) is known color: Fuchsia. HEX triplet: C5, 3D and B7. RGB value is (197,61,183). Sum of RGB (Red+Green+Blue) = 197+61+183=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DB7 is #3AC248. Grayscale: #737373. Windows color (decimal): -3850825 or 12008901. OLE color: 12008901.
HSL color Cylindrical-coordinate representation of color #C53DB7: hue angle of 306.18º 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 #C53DB7 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 183 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.23 |
| HSL | 306.18º | 0.54% | 0.51% | - |
| HSV(B) | 306.18º | 0.69% | 0.77% | - |
| XYZ | 33.24 | 18.63 | 46.64 | - |
| YUV | 115.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 183 | 0 | 0.69 | 0.07 | 0.23 | 306.18 | 0.54 | 0.51 |
| Hex | C5 | 3D | B7 | 0 | 45 | 7 | 17 | 132 | 36 | 33 |
| Octal | 305 | 75 | 267 | 0 | 105 | 7 | 27 | 462 | 66 | 63 |
| Binary | 11000101 | 111101 | 10110111 | 0 | 1000101 | 111 | 10111 | 100110010 | 110110 | 110011 |
Color Harmonies of #C53DB7
Complementary color
Monochromatic Colors of #C53DB7
Black with #C53DB7
Text Example
Text Example
White with #C53DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DB7; }
p { color: rgb(197,61,183); }
H1.HeaderClassName
{
color: #C53DB7;
}
.AnyTagClassName
{
color: #C53DB7;
}
</style>
background-color css
<style>
a { background-color: #C53DB7; }
a { background-color: rgb(197,61,183); }
div.DivClassName
{
background-color: #C53DB7;
}
.BgClassName
{
background-color: #C53DB7;
}
</style>
border-color css
<style>
span { border-color: #C53DB7; }
span { border-color: rgb(197,61,183); }
td.TdClassName
{
border-color: #C53DB7;
}
.TagClassName
{
border-color: #C53DB7;
}
</style>