Shades of Fuchsia #C54DBD
Tints of Fuchsia #C54DBD
RGB
CMYK
RGB Variations
Color information
#C54DBD (or 0xC54DBD) is known color: Fuchsia. HEX triplet: C5, 4D and BD. RGB value is (197,77,189). Sum of RGB (Red+Green+Blue) = 197+77+189=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C54DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DBD is #3AB242. Grayscale: #7D7D7D. Windows color (decimal): -3846723 or 12406213. OLE color: 12406213.
HSL color Cylindrical-coordinate representation of color #C54DBD: hue angle of 304º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54DBD is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 189 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.23 |
| HSL | 304º | 0.51% | 0.54% | - |
| HSV(B) | 304º | 0.61% | 0.77% | - |
| XYZ | 34.87 | 20.85 | 50.33 | - |
| YUV | 125.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 189 | 0 | 0.61 | 0.04 | 0.23 | 304 | 0.51 | 0.54 |
| Hex | C5 | 4D | BD | 0 | 3D | 4 | 17 | 130 | 33 | 36 |
| Octal | 305 | 115 | 275 | 0 | 75 | 4 | 27 | 460 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10111101 | 0 | 111101 | 100 | 10111 | 100110000 | 110011 | 110110 |
Color Harmonies of #C54DBD
Complementary color
Monochromatic Colors of #C54DBD
Black with #C54DBD
Text Example
Text Example
White with #C54DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54DBD; }
p { color: rgb(197,77,189); }
H1.HeaderClassName
{
color: #C54DBD;
}
.AnyTagClassName
{
color: #C54DBD;
}
</style>
background-color css
<style>
a { background-color: #C54DBD; }
a { background-color: rgb(197,77,189); }
div.DivClassName
{
background-color: #C54DBD;
}
.BgClassName
{
background-color: #C54DBD;
}
</style>
border-color css
<style>
span { border-color: #C54DBD; }
span { border-color: rgb(197,77,189); }
td.TdClassName
{
border-color: #C54DBD;
}
.TagClassName
{
border-color: #C54DBD;
}
</style>