Shades of Fuchsia #C55DBD
Tints of Fuchsia #C55DBD
RGB
CMYK
RGB Variations
Color information
#C55DBD (or 0xC55DBD) is known color: Fuchsia. HEX triplet: C5, 5D and BD. RGB value is (197,93,189). Sum of RGB (Red+Green+Blue) = 197+93+189=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DBD is #3AA242. Grayscale: #868686. Windows color (decimal): -3842627 or 12410309. OLE color: 12410309.
HSL color Cylindrical-coordinate representation of color #C55DBD: hue angle of 304.62º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55DBD is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 189 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.23 |
| HSL | 304.62º | 0.47% | 0.57% | - |
| HSV(B) | 304.62º | 0.53% | 0.77% | - |
| XYZ | 36.13 | 23.37 | 50.75 | - |
| YUV | 135.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 189 | 0 | 0.53 | 0.04 | 0.23 | 304.62 | 0.47 | 0.57 |
| Hex | C5 | 5D | BD | 0 | 35 | 4 | 17 | 131 | 2F | 39 |
| Octal | 305 | 135 | 275 | 0 | 65 | 4 | 27 | 461 | 57 | 71 |
| Binary | 11000101 | 1011101 | 10111101 | 0 | 110101 | 100 | 10111 | 100110001 | 101111 | 111001 |
Color Harmonies of #C55DBD
Complementary color
Monochromatic Colors of #C55DBD
Black with #C55DBD
Text Example
Text Example
White with #C55DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DBD; }
p { color: rgb(197,93,189); }
H1.HeaderClassName
{
color: #C55DBD;
}
.AnyTagClassName
{
color: #C55DBD;
}
</style>
background-color css
<style>
a { background-color: #C55DBD; }
a { background-color: rgb(197,93,189); }
div.DivClassName
{
background-color: #C55DBD;
}
.BgClassName
{
background-color: #C55DBD;
}
</style>
border-color css
<style>
span { border-color: #C55DBD; }
span { border-color: rgb(197,93,189); }
td.TdClassName
{
border-color: #C55DBD;
}
.TagClassName
{
border-color: #C55DBD;
}
</style>