Shades of Fuchsia #CD5DB1
Tints of Fuchsia #CD5DB1
RGB
CMYK
RGB Variations
Color information
#CD5DB1 (or 0xCD5DB1) is known color: Fuchsia. HEX triplet: CD, 5D and B1. RGB value is (205,93,177). Sum of RGB (Red+Green+Blue) = 205+93+177=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5DB1 is #32A24E. Grayscale: #878787. Windows color (decimal): -3318351 or 11623885. OLE color: 11623885.
HSL color Cylindrical-coordinate representation of color #CD5DB1: hue angle of 315º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5DB1 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 177 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.20 |
| HSL | 315º | 0.53% | 0.58% | - |
| HSV(B) | 315º | 0.55% | 0.8% | - |
| XYZ | 37.03 | 23.98 | 44.27 | - |
| YUV | 136.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 177 | 0 | 0.55 | 0.14 | 0.20 | 315 | 0.53 | 0.58 |
| Hex | CD | 5D | B1 | 0 | 37 | E | 14 | 13B | 35 | 3A |
| Octal | 315 | 135 | 261 | 0 | 67 | 16 | 24 | 473 | 65 | 72 |
| Binary | 11001101 | 1011101 | 10110001 | 0 | 110111 | 1110 | 10100 | 100111011 | 110101 | 111010 |
Color Harmonies of #CD5DB1
Complementary color
Monochromatic Colors of #CD5DB1
Black with #CD5DB1
Text Example
Text Example
White with #CD5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5DB1; }
p { color: rgb(205,93,177); }
H1.HeaderClassName
{
color: #CD5DB1;
}
.AnyTagClassName
{
color: #CD5DB1;
}
</style>
background-color css
<style>
a { background-color: #CD5DB1; }
a { background-color: rgb(205,93,177); }
div.DivClassName
{
background-color: #CD5DB1;
}
.BgClassName
{
background-color: #CD5DB1;
}
</style>
border-color css
<style>
span { border-color: #CD5DB1; }
span { border-color: rgb(205,93,177); }
td.TdClassName
{
border-color: #CD5DB1;
}
.TagClassName
{
border-color: #CD5DB1;
}
</style>