Shades of Fuchsia #C53DCF
Tints of Fuchsia #C53DCF
RGB
CMYK
RGB Variations
Color information
#C53DCF (or 0xC53DCF) is known color: Fuchsia. HEX triplet: C5, 3D and CF. RGB value is (197,61,207). Sum of RGB (Red+Green+Blue) = 197+61+207=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #C53DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DCF is #3AC230. Grayscale: #757575. Windows color (decimal): -3850801 or 13581765. OLE color: 13581765.
HSL color Cylindrical-coordinate representation of color #C53DCF: hue angle of 295.89º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53DCF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 61 | 207 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.19 |
| HSL | 295.89º | 0.6% | 0.53% | - |
| HSV(B) | 295.89º | 0.71% | 0.81% | - |
| XYZ | 35.96 | 19.71 | 60.94 | - |
| YUV | 118.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 207 | 0.05 | 0.71 | 0 | 0.19 | 295.89 | 0.6 | 0.53 |
| Hex | C5 | 3D | CF | 5 | 47 | 0 | 13 | 128 | 3C | 35 |
| Octal | 305 | 75 | 317 | 5 | 107 | 0 | 23 | 450 | 74 | 65 |
| Binary | 11000101 | 111101 | 11001111 | 101 | 1000111 | 0 | 10011 | 100101000 | 111100 | 110101 |
Color Harmonies of #C53DCF
Complementary color
Monochromatic Colors of #C53DCF
Black with #C53DCF
Text Example
Text Example
White with #C53DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DCF; }
p { color: rgb(197,61,207); }
H1.HeaderClassName
{
color: #C53DCF;
}
.AnyTagClassName
{
color: #C53DCF;
}
</style>
background-color css
<style>
a { background-color: #C53DCF; }
a { background-color: rgb(197,61,207); }
div.DivClassName
{
background-color: #C53DCF;
}
.BgClassName
{
background-color: #C53DCF;
}
</style>
border-color css
<style>
span { border-color: #C53DCF; }
span { border-color: rgb(197,61,207); }
td.TdClassName
{
border-color: #C53DCF;
}
.TagClassName
{
border-color: #C53DCF;
}
</style>