Shades of Deep Magenta #CD1BCC
Tints of Deep Magenta #CD1BCC
RGB
CMYK
RGB Variations
Color information
#CD1BCC (or 0xCD1BCC) is known color: Deep Magenta. HEX triplet: CD, 1B and CC. RGB value is (205,27,204). Sum of RGB (Red+Green+Blue) = 205+27+204=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1BCC is #32E433. Grayscale: #636363. Windows color (decimal): -3335220 or 13376461. OLE color: 13376461.
HSL color Cylindrical-coordinate representation of color #CD1BCC: hue angle of 300.34º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1BCC is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 27 | 204 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.20 |
| HSL | 300.34º | 0.77% | 0.45% | - |
| HSV(B) | 300.34º | 0.87% | 0.8% | - |
| XYZ | 36.47 | 18.12 | 58.7 | - |
| YUV | 100.4 | 186.47 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 27 | 204 | 0 | 0.87 | 0.00 | 0.20 | 300.34 | 0.77 | 0.45 |
| Hex | CD | 1B | CC | 0 | 57 | 0 | 14 | 12C | 4D | 2D |
| Octal | 315 | 33 | 314 | 0 | 127 | 0 | 24 | 454 | 115 | 55 |
| Binary | 11001101 | 11011 | 11001100 | 0 | 1010111 | 0 | 10100 | 100101100 | 1001101 | 101101 |
Color Harmonies of #CD1BCC
Complementary color
Monochromatic Colors of #CD1BCC
Black with #CD1BCC
Text Example
Text Example
White with #CD1BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1BCC; }
p { color: rgb(205,27,204); }
H1.HeaderClassName
{
color: #CD1BCC;
}
.AnyTagClassName
{
color: #CD1BCC;
}
</style>
background-color css
<style>
a { background-color: #CD1BCC; }
a { background-color: rgb(205,27,204); }
div.DivClassName
{
background-color: #CD1BCC;
}
.BgClassName
{
background-color: #CD1BCC;
}
</style>
border-color css
<style>
span { border-color: #CD1BCC; }
span { border-color: rgb(205,27,204); }
td.TdClassName
{
border-color: #CD1BCC;
}
.TagClassName
{
border-color: #CD1BCC;
}
</style>