Shades of Fuchsia #CD4EC9
Tints of Fuchsia #CD4EC9
RGB
CMYK
RGB Variations
Color information
#CD4EC9 (or 0xCD4EC9) is known color: Fuchsia. HEX triplet: CD, 4E and C9. RGB value is (205,78,201). Sum of RGB (Red+Green+Blue) = 205+78+201=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4EC9 is #32B136. Grayscale: #818181. Windows color (decimal): -3322167 or 13192909. OLE color: 13192909.
HSL color Cylindrical-coordinate representation of color #CD4EC9: hue angle of 301.89º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4EC9 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 78 | 201 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.20 |
| HSL | 301.89º | 0.56% | 0.55% | - |
| HSV(B) | 301.89º | 0.62% | 0.8% | - |
| XYZ | 38.44 | 22.64 | 57.6 | - |
| YUV | 130 | 168.08 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 78 | 201 | 0 | 0.62 | 0.02 | 0.20 | 301.89 | 0.56 | 0.55 |
| Hex | CD | 4E | C9 | 0 | 3E | 2 | 14 | 12E | 38 | 37 |
| Octal | 315 | 116 | 311 | 0 | 76 | 2 | 24 | 456 | 70 | 67 |
| Binary | 11001101 | 1001110 | 11001001 | 0 | 111110 | 10 | 10100 | 100101110 | 111000 | 110111 |
Color Harmonies of #CD4EC9
Complementary color
Monochromatic Colors of #CD4EC9
Black with #CD4EC9
Text Example
Text Example
White with #CD4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4EC9; }
p { color: rgb(205,78,201); }
H1.HeaderClassName
{
color: #CD4EC9;
}
.AnyTagClassName
{
color: #CD4EC9;
}
</style>
background-color css
<style>
a { background-color: #CD4EC9; }
a { background-color: rgb(205,78,201); }
div.DivClassName
{
background-color: #CD4EC9;
}
.BgClassName
{
background-color: #CD4EC9;
}
</style>
border-color css
<style>
span { border-color: #CD4EC9; }
span { border-color: rgb(205,78,201); }
td.TdClassName
{
border-color: #CD4EC9;
}
.TagClassName
{
border-color: #CD4EC9;
}
</style>