Shades of Deep Magenta #CD0CE5
Tints of Deep Magenta #CD0CE5
RGB
CMYK
RGB Variations
Color information
#CD0CE5 (or 0xCD0CE5) is known color: Deep Magenta. HEX triplet: CD, 0C and E5. RGB value is (205,12,229). Sum of RGB (Red+Green+Blue) = 205+12+229=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD0CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0CE5 is #32F31A. Grayscale: #5D5D5D. Windows color (decimal): -3339035 or 15011021. OLE color: 15011021.
HSL color Cylindrical-coordinate representation of color #CD0CE5: hue angle of 293.36º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0CE5 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 12 | 229 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.10 |
| HSL | 293.36º | 0.9% | 0.47% | - |
| HSV(B) | 293.36º | 0.95% | 0.9% | - |
| XYZ | 39.45 | 18.9 | 75.7 | - |
| YUV | 94.45 | 203.94 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 229 | 0.10 | 0.95 | 0 | 0.10 | 293.36 | 0.9 | 0.47 |
| Hex | CD | C | E5 | A | 5F | 0 | A | 125 | 5A | 2F |
| Octal | 315 | 14 | 345 | 12 | 137 | 0 | 12 | 445 | 132 | 57 |
| Binary | 11001101 | 1100 | 11100101 | 1010 | 1011111 | 0 | 1010 | 100100101 | 1011010 | 101111 |
Color Harmonies of #CD0CE5
Complementary color
Monochromatic Colors of #CD0CE5
Black with #CD0CE5
Text Example
Text Example
White with #CD0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CE5; }
p { color: rgb(205,12,229); }
H1.HeaderClassName
{
color: #CD0CE5;
}
.AnyTagClassName
{
color: #CD0CE5;
}
</style>
background-color css
<style>
a { background-color: #CD0CE5; }
a { background-color: rgb(205,12,229); }
div.DivClassName
{
background-color: #CD0CE5;
}
.BgClassName
{
background-color: #CD0CE5;
}
</style>
border-color css
<style>
span { border-color: #CD0CE5; }
span { border-color: rgb(205,12,229); }
td.TdClassName
{
border-color: #CD0CE5;
}
.TagClassName
{
border-color: #CD0CE5;
}
</style>