Shades of Deep Magenta #CD27C5
Tints of Deep Magenta #CD27C5
RGB
CMYK
RGB Variations
Color information
#CD27C5 (or 0xCD27C5) is known color: Deep Magenta. HEX triplet: CD, 27 and C5. RGB value is (205,39,197). Sum of RGB (Red+Green+Blue) = 205+39+197=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD27C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD27C5 is #32D83A. Grayscale: #6A6A6A. Windows color (decimal): -3332155 or 12920781. OLE color: 12920781.
HSL color Cylindrical-coordinate representation of color #CD27C5: hue angle of 302.89º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD27C5 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 39 | 197 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.20 |
| HSL | 302.89º | 0.68% | 0.48% | - |
| HSV(B) | 302.89º | 0.81% | 0.8% | - |
| XYZ | 35.98 | 18.46 | 54.49 | - |
| YUV | 106.65 | 179 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 197 | 0 | 0.81 | 0.04 | 0.20 | 302.89 | 0.68 | 0.48 |
| Hex | CD | 27 | C5 | 0 | 51 | 4 | 14 | 12F | 44 | 30 |
| Octal | 315 | 47 | 305 | 0 | 121 | 4 | 24 | 457 | 104 | 60 |
| Binary | 11001101 | 100111 | 11000101 | 0 | 1010001 | 100 | 10100 | 100101111 | 1000100 | 110000 |
Color Harmonies of #CD27C5
Complementary color
Monochromatic Colors of #CD27C5
Black with #CD27C5
Text Example
Text Example
White with #CD27C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD27C5; }
p { color: rgb(205,39,197); }
H1.HeaderClassName
{
color: #CD27C5;
}
.AnyTagClassName
{
color: #CD27C5;
}
</style>
background-color css
<style>
a { background-color: #CD27C5; }
a { background-color: rgb(205,39,197); }
div.DivClassName
{
background-color: #CD27C5;
}
.BgClassName
{
background-color: #CD27C5;
}
</style>
border-color css
<style>
span { border-color: #CD27C5; }
span { border-color: rgb(205,39,197); }
td.TdClassName
{
border-color: #CD27C5;
}
.TagClassName
{
border-color: #CD27C5;
}
</style>