Shades of Fuchsia #CD2EC9
Tints of Fuchsia #CD2EC9
RGB
CMYK
RGB Variations
Color information
#CD2EC9 (or 0xCD2EC9) is known color: Fuchsia. HEX triplet: CD, 2E and C9. RGB value is (205,46,201). Sum of RGB (Red+Green+Blue) = 205+46+201=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2EC9 is #32D136. Grayscale: #6E6E6E. Windows color (decimal): -3330359 or 13184717. OLE color: 13184717.
HSL color Cylindrical-coordinate representation of color #CD2EC9: hue angle of 301.51º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2EC9 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 201 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.20 |
| HSL | 301.51º | 0.63% | 0.49% | - |
| HSV(B) | 301.51º | 0.78% | 0.8% | - |
| XYZ | 36.7 | 19.15 | 57.02 | - |
| YUV | 111.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 201 | 0 | 0.78 | 0.02 | 0.20 | 301.51 | 0.63 | 0.49 |
| Hex | CD | 2E | C9 | 0 | 4E | 2 | 14 | 12E | 3F | 31 |
| Octal | 315 | 56 | 311 | 0 | 116 | 2 | 24 | 456 | 77 | 61 |
| Binary | 11001101 | 101110 | 11001001 | 0 | 1001110 | 10 | 10100 | 100101110 | 111111 | 110001 |
Color Harmonies of #CD2EC9
Complementary color
Monochromatic Colors of #CD2EC9
Black with #CD2EC9
Text Example
Text Example
White with #CD2EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EC9; }
p { color: rgb(205,46,201); }
H1.HeaderClassName
{
color: #CD2EC9;
}
.AnyTagClassName
{
color: #CD2EC9;
}
</style>
background-color css
<style>
a { background-color: #CD2EC9; }
a { background-color: rgb(205,46,201); }
div.DivClassName
{
background-color: #CD2EC9;
}
.BgClassName
{
background-color: #CD2EC9;
}
</style>
border-color css
<style>
span { border-color: #CD2EC9; }
span { border-color: rgb(205,46,201); }
td.TdClassName
{
border-color: #CD2EC9;
}
.TagClassName
{
border-color: #CD2EC9;
}
</style>