Shades of Deep Magenta #CD27BA
Tints of Deep Magenta #CD27BA
RGB
CMYK
RGB Variations
Color information
#CD27BA (or 0xCD27BA) is known color: Deep Magenta. HEX triplet: CD, 27 and BA. RGB value is (205,39,186). Sum of RGB (Red+Green+Blue) = 205+39+186=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD27BA is #32D845. Grayscale: #686868. Windows color (decimal): -3332166 or 12199885. OLE color: 12199885.
HSL color Cylindrical-coordinate representation of color #CD27BA: hue angle of 306.87º 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 #CD27BA is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 39 | 186 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.20 |
| HSL | 306.87º | 0.68% | 0.48% | - |
| HSV(B) | 306.87º | 0.81% | 0.8% | - |
| XYZ | 34.77 | 17.98 | 48.09 | - |
| YUV | 105.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 186 | 0 | 0.81 | 0.09 | 0.20 | 306.87 | 0.68 | 0.48 |
| Hex | CD | 27 | BA | 0 | 51 | 9 | 14 | 133 | 44 | 30 |
| Octal | 315 | 47 | 272 | 0 | 121 | 11 | 24 | 463 | 104 | 60 |
| Binary | 11001101 | 100111 | 10111010 | 0 | 1010001 | 1001 | 10100 | 100110011 | 1000100 | 110000 |
Color Harmonies of #CD27BA
Complementary color
Monochromatic Colors of #CD27BA
Black with #CD27BA
Text Example
Text Example
White with #CD27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD27BA; }
p { color: rgb(205,39,186); }
H1.HeaderClassName
{
color: #CD27BA;
}
.AnyTagClassName
{
color: #CD27BA;
}
</style>
background-color css
<style>
a { background-color: #CD27BA; }
a { background-color: rgb(205,39,186); }
div.DivClassName
{
background-color: #CD27BA;
}
.BgClassName
{
background-color: #CD27BA;
}
</style>
border-color css
<style>
span { border-color: #CD27BA; }
span { border-color: rgb(205,39,186); }
td.TdClassName
{
border-color: #CD27BA;
}
.TagClassName
{
border-color: #CD27BA;
}
</style>