Shades of Deep Magenta #CD17C3
Tints of Deep Magenta #CD17C3
RGB
CMYK
RGB Variations
Color information
#CD17C3 (or 0xCD17C3) is known color: Deep Magenta. HEX triplet: CD, 17 and C3. RGB value is (205,23,195). Sum of RGB (Red+Green+Blue) = 205+23+195=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD17C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD17C3 is #32E83C. Grayscale: #606060. Windows color (decimal): -3336253 or 12785613. OLE color: 12785613.
HSL color Cylindrical-coordinate representation of color #CD17C3: hue angle of 303.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD17C3 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 195 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.20 |
| HSL | 303.3º | 0.8% | 0.45% | - |
| HSV(B) | 303.3º | 0.89% | 0.8% | - |
| XYZ | 35.33 | 17.53 | 53.15 | - |
| YUV | 97.03 | 183.3 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 195 | 0 | 0.89 | 0.05 | 0.20 | 303.3 | 0.8 | 0.45 |
| Hex | CD | 17 | C3 | 0 | 59 | 5 | 14 | 12F | 50 | 2D |
| Octal | 315 | 27 | 303 | 0 | 131 | 5 | 24 | 457 | 120 | 55 |
| Binary | 11001101 | 10111 | 11000011 | 0 | 1011001 | 101 | 10100 | 100101111 | 1010000 | 101101 |
Color Harmonies of #CD17C3
Complementary color
Monochromatic Colors of #CD17C3
Black with #CD17C3
Text Example
Text Example
White with #CD17C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD17C3; }
p { color: rgb(205,23,195); }
H1.HeaderClassName
{
color: #CD17C3;
}
.AnyTagClassName
{
color: #CD17C3;
}
</style>
background-color css
<style>
a { background-color: #CD17C3; }
a { background-color: rgb(205,23,195); }
div.DivClassName
{
background-color: #CD17C3;
}
.BgClassName
{
background-color: #CD17C3;
}
</style>
border-color css
<style>
span { border-color: #CD17C3; }
span { border-color: rgb(205,23,195); }
td.TdClassName
{
border-color: #CD17C3;
}
.TagClassName
{
border-color: #CD17C3;
}
</style>