Shades of Fuchsia #CD57D1
Tints of Fuchsia #CD57D1
RGB
CMYK
RGB Variations
Color information
#CD57D1 (or 0xCD57D1) is known color: Fuchsia. HEX triplet: CD, 57 and D1. RGB value is (205,87,209). Sum of RGB (Red+Green+Blue) = 205+87+209=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD57D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD57D1 is #32A82E. Grayscale: #878787. Windows color (decimal): -3319855 or 13719501. OLE color: 13719501.
HSL color Cylindrical-coordinate representation of color #CD57D1: hue angle of 298.03º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD57D1 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 87 | 209 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.18 |
| HSL | 298.03º | 0.57% | 0.58% | - |
| HSV(B) | 298.03º | 0.58% | 0.82% | - |
| XYZ | 40.09 | 24.4 | 62.92 | - |
| YUV | 136.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 87 | 209 | 0.02 | 0.58 | 0 | 0.18 | 298.03 | 0.57 | 0.58 |
| Hex | CD | 57 | D1 | 2 | 3A | 0 | 12 | 12A | 39 | 3A |
| Octal | 315 | 127 | 321 | 2 | 72 | 0 | 22 | 452 | 71 | 72 |
| Binary | 11001101 | 1010111 | 11010001 | 10 | 111010 | 0 | 10010 | 100101010 | 111001 | 111010 |
Color Harmonies of #CD57D1
Complementary color
Monochromatic Colors of #CD57D1
Black with #CD57D1
Text Example
Text Example
White with #CD57D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD57D1; }
p { color: rgb(205,87,209); }
H1.HeaderClassName
{
color: #CD57D1;
}
.AnyTagClassName
{
color: #CD57D1;
}
</style>
background-color css
<style>
a { background-color: #CD57D1; }
a { background-color: rgb(205,87,209); }
div.DivClassName
{
background-color: #CD57D1;
}
.BgClassName
{
background-color: #CD57D1;
}
</style>
border-color css
<style>
span { border-color: #CD57D1; }
span { border-color: rgb(205,87,209); }
td.TdClassName
{
border-color: #CD57D1;
}
.TagClassName
{
border-color: #CD57D1;
}
</style>