Shades of Deep Magenta #CD27DF
Tints of Deep Magenta #CD27DF
RGB
CMYK
RGB Variations
Color information
#CD27DF (or 0xCD27DF) is known color: Deep Magenta. HEX triplet: CD, 27 and DF. RGB value is (205,39,223). Sum of RGB (Red+Green+Blue) = 205+39+223=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD27DF is #32D820. Grayscale: #6D6D6D. Windows color (decimal): -3332129 or 14624717. OLE color: 14624717.
HSL color Cylindrical-coordinate representation of color #CD27DF: hue angle of 294.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD27DF is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 39 | 223 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.13 |
| HSL | 294.13º | 0.74% | 0.51% | - |
| HSV(B) | 294.13º | 0.83% | 0.87% | - |
| XYZ | 39.22 | 19.76 | 71.56 | - |
| YUV | 109.61 | 192 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 223 | 0.08 | 0.83 | 0 | 0.13 | 294.13 | 0.74 | 0.51 |
| Hex | CD | 27 | DF | 8 | 53 | 0 | D | 126 | 4A | 33 |
| Octal | 315 | 47 | 337 | 10 | 123 | 0 | 15 | 446 | 112 | 63 |
| Binary | 11001101 | 100111 | 11011111 | 1000 | 1010011 | 0 | 1101 | 100100110 | 1001010 | 110011 |
Color Harmonies of #CD27DF
Complementary color
Monochromatic Colors of #CD27DF
Black with #CD27DF
Text Example
Text Example
White with #CD27DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD27DF; }
p { color: rgb(205,39,223); }
H1.HeaderClassName
{
color: #CD27DF;
}
.AnyTagClassName
{
color: #CD27DF;
}
</style>
background-color css
<style>
a { background-color: #CD27DF; }
a { background-color: rgb(205,39,223); }
div.DivClassName
{
background-color: #CD27DF;
}
.BgClassName
{
background-color: #CD27DF;
}
</style>
border-color css
<style>
span { border-color: #CD27DF; }
span { border-color: rgb(205,39,223); }
td.TdClassName
{
border-color: #CD27DF;
}
.TagClassName
{
border-color: #CD27DF;
}
</style>