Shades of Fuchsia #CD58D2
Tints of Fuchsia #CD58D2
RGB
CMYK
RGB Variations
Color information
#CD58D2 (or 0xCD58D2) is known color: Fuchsia. HEX triplet: CD, 58 and D2. RGB value is (205,88,210). Sum of RGB (Red+Green+Blue) = 205+88+210=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD58D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD58D2 is #32A72D. Grayscale: #888888. Windows color (decimal): -3319598 or 13785293. OLE color: 13785293.
HSL color Cylindrical-coordinate representation of color #CD58D2: hue angle of 297.54º degrees, saturation: 0.58, 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 #CD58D2 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 88 | 210 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.18 |
| HSL | 297.54º | 0.58% | 0.58% | - |
| HSV(B) | 297.54º | 0.58% | 0.82% | - |
| XYZ | 40.3 | 24.61 | 63.6 | - |
| YUV | 136.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 210 | 0.02 | 0.58 | 0 | 0.18 | 297.54 | 0.58 | 0.58 |
| Hex | CD | 58 | D2 | 2 | 3A | 0 | 12 | 12A | 3A | 3A |
| Octal | 315 | 130 | 322 | 2 | 72 | 0 | 22 | 452 | 72 | 72 |
| Binary | 11001101 | 1011000 | 11010010 | 10 | 111010 | 0 | 10010 | 100101010 | 111010 | 111010 |
Color Harmonies of #CD58D2
Complementary color
Monochromatic Colors of #CD58D2
Black with #CD58D2
Text Example
Text Example
White with #CD58D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD58D2; }
p { color: rgb(205,88,210); }
H1.HeaderClassName
{
color: #CD58D2;
}
.AnyTagClassName
{
color: #CD58D2;
}
</style>
background-color css
<style>
a { background-color: #CD58D2; }
a { background-color: rgb(205,88,210); }
div.DivClassName
{
background-color: #CD58D2;
}
.BgClassName
{
background-color: #CD58D2;
}
</style>
border-color css
<style>
span { border-color: #CD58D2; }
span { border-color: rgb(205,88,210); }
td.TdClassName
{
border-color: #CD58D2;
}
.TagClassName
{
border-color: #CD58D2;
}
</style>