Shades of Deep Magenta #CA17CD
Tints of Deep Magenta #CA17CD
RGB
CMYK
RGB Variations
Color information
#CA17CD (or 0xCA17CD) is known color: Deep Magenta. HEX triplet: CA, 17 and CD. RGB value is (202,23,205). Sum of RGB (Red+Green+Blue) = 202+23+205=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17CD is #35E832. Grayscale: #606060. Windows color (decimal): -3532851 or 13440970. OLE color: 13440970.
HSL color Cylindrical-coordinate representation of color #CA17CD: hue angle of 299.01º 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 #CA17CD is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 23 | 205 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.20 |
| HSL | 299.01º | 0.8% | 0.45% | - |
| HSV(B) | 299.01º | 0.89% | 0.8% | - |
| XYZ | 35.68 | 17.58 | 59.27 | - |
| YUV | 97.27 | 188.8 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 205 | 0.01 | 0.89 | 0 | 0.20 | 299.01 | 0.8 | 0.45 |
| Hex | CA | 17 | CD | 1 | 59 | 0 | 14 | 12B | 50 | 2D |
| Octal | 312 | 27 | 315 | 1 | 131 | 0 | 24 | 453 | 120 | 55 |
| Binary | 11001010 | 10111 | 11001101 | 1 | 1011001 | 0 | 10100 | 100101011 | 1010000 | 101101 |
Color Harmonies of #CA17CD
Complementary color
Monochromatic Colors of #CA17CD
Black with #CA17CD
Text Example
Text Example
White with #CA17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17CD; }
p { color: rgb(202,23,205); }
H1.HeaderClassName
{
color: #CA17CD;
}
.AnyTagClassName
{
color: #CA17CD;
}
</style>
background-color css
<style>
a { background-color: #CA17CD; }
a { background-color: rgb(202,23,205); }
div.DivClassName
{
background-color: #CA17CD;
}
.BgClassName
{
background-color: #CA17CD;
}
</style>
border-color css
<style>
span { border-color: #CA17CD; }
span { border-color: rgb(202,23,205); }
td.TdClassName
{
border-color: #CA17CD;
}
.TagClassName
{
border-color: #CA17CD;
}
</style>