Shades of Deep Magenta #CD27D3
Tints of Deep Magenta #CD27D3
RGB
CMYK
RGB Variations
Color information
#CD27D3 (or 0xCD27D3) is known color: Deep Magenta. HEX triplet: CD, 27 and D3. RGB value is (205,39,211). Sum of RGB (Red+Green+Blue) = 205+39+211=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD27D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD27D3 is #32D82C. Grayscale: #6B6B6B. Windows color (decimal): -3332141 or 13838285. OLE color: 13838285.
HSL color Cylindrical-coordinate representation of color #CD27D3: hue angle of 297.91º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD27D3 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 39 | 211 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.17 |
| HSL | 297.91º | 0.69% | 0.49% | - |
| HSV(B) | 297.91º | 0.82% | 0.83% | - |
| XYZ | 37.66 | 19.13 | 63.34 | - |
| YUV | 108.24 | 186 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 211 | 0.03 | 0.82 | 0 | 0.17 | 297.91 | 0.69 | 0.49 |
| Hex | CD | 27 | D3 | 3 | 52 | 0 | 11 | 12A | 45 | 31 |
| Octal | 315 | 47 | 323 | 3 | 122 | 0 | 21 | 452 | 105 | 61 |
| Binary | 11001101 | 100111 | 11010011 | 11 | 1010010 | 0 | 10001 | 100101010 | 1000101 | 110001 |
Color Harmonies of #CD27D3
Complementary color
Monochromatic Colors of #CD27D3
Black with #CD27D3
Text Example
Text Example
White with #CD27D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD27D3; }
p { color: rgb(205,39,211); }
H1.HeaderClassName
{
color: #CD27D3;
}
.AnyTagClassName
{
color: #CD27D3;
}
</style>
background-color css
<style>
a { background-color: #CD27D3; }
a { background-color: rgb(205,39,211); }
div.DivClassName
{
background-color: #CD27D3;
}
.BgClassName
{
background-color: #CD27D3;
}
</style>
border-color css
<style>
span { border-color: #CD27D3; }
span { border-color: rgb(205,39,211); }
td.TdClassName
{
border-color: #CD27D3;
}
.TagClassName
{
border-color: #CD27D3;
}
</style>