Shades of Fuchsia #CD47CE
Tints of Fuchsia #CD47CE
RGB
CMYK
RGB Variations
Color information
#CD47CE (or 0xCD47CE) is known color: Fuchsia. HEX triplet: CD, 47 and CE. RGB value is (205,71,206). Sum of RGB (Red+Green+Blue) = 205+71+206=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD47CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD47CE is #32B831. Grayscale: #7E7E7E. Windows color (decimal): -3323954 or 13518797. OLE color: 13518797.
HSL color Cylindrical-coordinate representation of color #CD47CE: hue angle of 299.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD47CE is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 71 | 206 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.19 |
| HSL | 299.56º | 0.58% | 0.54% | - |
| HSV(B) | 299.56º | 0.66% | 0.81% | - |
| XYZ | 38.57 | 21.94 | 60.59 | - |
| YUV | 126.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 71 | 206 | 0.00 | 0.66 | 0 | 0.19 | 299.56 | 0.58 | 0.54 |
| Hex | CD | 47 | CE | 0 | 42 | 0 | 13 | 12C | 3A | 36 |
| Octal | 315 | 107 | 316 | 0 | 102 | 0 | 23 | 454 | 72 | 66 |
| Binary | 11001101 | 1000111 | 11001110 | 0 | 1000010 | 0 | 10011 | 100101100 | 111010 | 110110 |
Color Harmonies of #CD47CE
Complementary color
Monochromatic Colors of #CD47CE
Black with #CD47CE
Text Example
Text Example
White with #CD47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD47CE; }
p { color: rgb(205,71,206); }
H1.HeaderClassName
{
color: #CD47CE;
}
.AnyTagClassName
{
color: #CD47CE;
}
</style>
background-color css
<style>
a { background-color: #CD47CE; }
a { background-color: rgb(205,71,206); }
div.DivClassName
{
background-color: #CD47CE;
}
.BgClassName
{
background-color: #CD47CE;
}
</style>
border-color css
<style>
span { border-color: #CD47CE; }
span { border-color: rgb(205,71,206); }
td.TdClassName
{
border-color: #CD47CE;
}
.TagClassName
{
border-color: #CD47CE;
}
</style>