Shades of Fuchsia #CD57CE
Tints of Fuchsia #CD57CE
RGB
CMYK
RGB Variations
Color information
#CD57CE (or 0xCD57CE) is known color: Fuchsia. HEX triplet: CD, 57 and CE. RGB value is (205,87,206). Sum of RGB (Red+Green+Blue) = 205+87+206=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD57CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD57CE is #32A831. Grayscale: #878787. Windows color (decimal): -3319858 or 13522893. OLE color: 13522893.
HSL color Cylindrical-coordinate representation of color #CD57CE: hue angle of 299.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD57CE is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 87 | 206 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.19 |
| HSL | 299.5º | 0.55% | 0.57% | - |
| HSV(B) | 299.5º | 0.58% | 0.81% | - |
| XYZ | 39.73 | 24.25 | 60.98 | - |
| YUV | 135.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 87 | 206 | 0.00 | 0.58 | 0 | 0.19 | 299.5 | 0.55 | 0.57 |
| Hex | CD | 57 | CE | 0 | 3A | 0 | 13 | 12B | 37 | 39 |
| Octal | 315 | 127 | 316 | 0 | 72 | 0 | 23 | 453 | 67 | 71 |
| Binary | 11001101 | 1010111 | 11001110 | 0 | 111010 | 0 | 10011 | 100101011 | 110111 | 111001 |
Color Harmonies of #CD57CE
Complementary color
Monochromatic Colors of #CD57CE
Black with #CD57CE
Text Example
Text Example
White with #CD57CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD57CE; }
p { color: rgb(205,87,206); }
H1.HeaderClassName
{
color: #CD57CE;
}
.AnyTagClassName
{
color: #CD57CE;
}
</style>
background-color css
<style>
a { background-color: #CD57CE; }
a { background-color: rgb(205,87,206); }
div.DivClassName
{
background-color: #CD57CE;
}
.BgClassName
{
background-color: #CD57CE;
}
</style>
border-color css
<style>
span { border-color: #CD57CE; }
span { border-color: rgb(205,87,206); }
td.TdClassName
{
border-color: #CD57CE;
}
.TagClassName
{
border-color: #CD57CE;
}
</style>