Shades of Fuchsia #C53DBD
Tints of Fuchsia #C53DBD
RGB
CMYK
RGB Variations
Color information
#C53DBD (or 0xC53DBD) is known color: Fuchsia. HEX triplet: C5, 3D and BD. RGB value is (197,61,189). Sum of RGB (Red+Green+Blue) = 197+61+189=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DBD is #3AC242. Grayscale: #737373. Windows color (decimal): -3850819 or 12402117. OLE color: 12402117.
HSL color Cylindrical-coordinate representation of color #C53DBD: hue angle of 303.53º 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 #C53DBD is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 189 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.23 |
| HSL | 303.53º | 0.54% | 0.51% | - |
| HSV(B) | 303.53º | 0.69% | 0.77% | - |
| XYZ | 33.88 | 18.88 | 50 | - |
| YUV | 116.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 189 | 0 | 0.69 | 0.04 | 0.23 | 303.53 | 0.54 | 0.51 |
| Hex | C5 | 3D | BD | 0 | 45 | 4 | 17 | 130 | 36 | 33 |
| Octal | 305 | 75 | 275 | 0 | 105 | 4 | 27 | 460 | 66 | 63 |
| Binary | 11000101 | 111101 | 10111101 | 0 | 1000101 | 100 | 10111 | 100110000 | 110110 | 110011 |
Color Harmonies of #C53DBD
Complementary color
Monochromatic Colors of #C53DBD
Black with #C53DBD
Text Example
Text Example
White with #C53DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DBD; }
p { color: rgb(197,61,189); }
H1.HeaderClassName
{
color: #C53DBD;
}
.AnyTagClassName
{
color: #C53DBD;
}
</style>
background-color css
<style>
a { background-color: #C53DBD; }
a { background-color: rgb(197,61,189); }
div.DivClassName
{
background-color: #C53DBD;
}
.BgClassName
{
background-color: #C53DBD;
}
</style>
border-color css
<style>
span { border-color: #C53DBD; }
span { border-color: rgb(197,61,189); }
td.TdClassName
{
border-color: #C53DBD;
}
.TagClassName
{
border-color: #C53DBD;
}
</style>