Shades of Fuchsia #C53DBF
Tints of Fuchsia #C53DBF
RGB
CMYK
RGB Variations
Color information
#C53DBF (or 0xC53DBF) is known color: Fuchsia. HEX triplet: C5, 3D and BF. RGB value is (197,61,191). Sum of RGB (Red+Green+Blue) = 197+61+191=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DBF is #3AC240. Grayscale: #747474. Windows color (decimal): -3850817 or 12533189. OLE color: 12533189.
HSL color Cylindrical-coordinate representation of color #C53DBF: hue angle of 302.65º 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 #C53DBF is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 191 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.23 |
| HSL | 302.65º | 0.54% | 0.51% | - |
| HSV(B) | 302.65º | 0.69% | 0.77% | - |
| XYZ | 34.1 | 18.97 | 51.15 | - |
| YUV | 116.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 191 | 0 | 0.69 | 0.03 | 0.23 | 302.65 | 0.54 | 0.51 |
| Hex | C5 | 3D | BF | 0 | 45 | 3 | 17 | 12F | 36 | 33 |
| Octal | 305 | 75 | 277 | 0 | 105 | 3 | 27 | 457 | 66 | 63 |
| Binary | 11000101 | 111101 | 10111111 | 0 | 1000101 | 11 | 10111 | 100101111 | 110110 | 110011 |
Color Harmonies of #C53DBF
Complementary color
Monochromatic Colors of #C53DBF
Black with #C53DBF
Text Example
Text Example
White with #C53DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DBF; }
p { color: rgb(197,61,191); }
H1.HeaderClassName
{
color: #C53DBF;
}
.AnyTagClassName
{
color: #C53DBF;
}
</style>
background-color css
<style>
a { background-color: #C53DBF; }
a { background-color: rgb(197,61,191); }
div.DivClassName
{
background-color: #C53DBF;
}
.BgClassName
{
background-color: #C53DBF;
}
</style>
border-color css
<style>
span { border-color: #C53DBF; }
span { border-color: rgb(197,61,191); }
td.TdClassName
{
border-color: #C53DBF;
}
.TagClassName
{
border-color: #C53DBF;
}
</style>