Shades of Fuchsia #C53DBE
Tints of Fuchsia #C53DBE
RGB
CMYK
RGB Variations
Color information
#C53DBE (or 0xC53DBE) is known color: Fuchsia. HEX triplet: C5, 3D and BE. RGB value is (197,61,190). Sum of RGB (Red+Green+Blue) = 197+61+190=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DBE is #3AC241. Grayscale: #737373. Windows color (decimal): -3850818 or 12467653. OLE color: 12467653.
HSL color Cylindrical-coordinate representation of color #C53DBE: hue angle of 303.09º 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 #C53DBE is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 190 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.23 |
| HSL | 303.09º | 0.54% | 0.51% | - |
| HSV(B) | 303.09º | 0.69% | 0.77% | - |
| XYZ | 33.99 | 18.93 | 50.58 | - |
| YUV | 116.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 190 | 0 | 0.69 | 0.04 | 0.23 | 303.09 | 0.54 | 0.51 |
| Hex | C5 | 3D | BE | 0 | 45 | 4 | 17 | 12F | 36 | 33 |
| Octal | 305 | 75 | 276 | 0 | 105 | 4 | 27 | 457 | 66 | 63 |
| Binary | 11000101 | 111101 | 10111110 | 0 | 1000101 | 100 | 10111 | 100101111 | 110110 | 110011 |
Color Harmonies of #C53DBE
Complementary color
Monochromatic Colors of #C53DBE
Black with #C53DBE
Text Example
Text Example
White with #C53DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DBE; }
p { color: rgb(197,61,190); }
H1.HeaderClassName
{
color: #C53DBE;
}
.AnyTagClassName
{
color: #C53DBE;
}
</style>
background-color css
<style>
a { background-color: #C53DBE; }
a { background-color: rgb(197,61,190); }
div.DivClassName
{
background-color: #C53DBE;
}
.BgClassName
{
background-color: #C53DBE;
}
</style>
border-color css
<style>
span { border-color: #C53DBE; }
span { border-color: rgb(197,61,190); }
td.TdClassName
{
border-color: #C53DBE;
}
.TagClassName
{
border-color: #C53DBE;
}
</style>