Shades of Deep Magenta #CD05CE
Tints of Deep Magenta #CD05CE
RGB
CMYK
RGB Variations
Color information
#CD05CE (or 0xCD05CE) is known color: Deep Magenta. HEX triplet: CD, 05 and CE. RGB value is (205,5,206). Sum of RGB (Red+Green+Blue) = 205+5+206=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD05CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD05CE is #32FA31. Grayscale: #575757. Windows color (decimal): -3340850 or 13501901. OLE color: 13501901.
HSL color Cylindrical-coordinate representation of color #CD05CE: hue angle of 299.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD05CE is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 5 | 206 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.19 |
| HSL | 299.7º | 0.95% | 0.41% | - |
| HSV(B) | 299.7º | 0.98% | 0.81% | - |
| XYZ | 36.37 | 17.54 | 59.86 | - |
| YUV | 87.71 | 194.76 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 206 | 0.00 | 0.98 | 0 | 0.19 | 299.7 | 0.95 | 0.41 |
| Hex | CD | 5 | CE | 0 | 62 | 0 | 13 | 12C | 5F | 29 |
| Octal | 315 | 5 | 316 | 0 | 142 | 0 | 23 | 454 | 137 | 51 |
| Binary | 11001101 | 101 | 11001110 | 0 | 1100010 | 0 | 10011 | 100101100 | 1011111 | 101001 |
Color Harmonies of #CD05CE
Complementary color
Monochromatic Colors of #CD05CE
Black with #CD05CE
Text Example
Text Example
White with #CD05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD05CE; }
p { color: rgb(205,5,206); }
H1.HeaderClassName
{
color: #CD05CE;
}
.AnyTagClassName
{
color: #CD05CE;
}
</style>
background-color css
<style>
a { background-color: #CD05CE; }
a { background-color: rgb(205,5,206); }
div.DivClassName
{
background-color: #CD05CE;
}
.BgClassName
{
background-color: #CD05CE;
}
</style>
border-color css
<style>
span { border-color: #CD05CE; }
span { border-color: rgb(205,5,206); }
td.TdClassName
{
border-color: #CD05CE;
}
.TagClassName
{
border-color: #CD05CE;
}
</style>