Shades of Deep Magenta #CA17BC
Tints of Deep Magenta #CA17BC
RGB
CMYK
RGB Variations
Color information
#CA17BC (or 0xCA17BC) is known color: Deep Magenta. HEX triplet: CA, 17 and BC. RGB value is (202,23,188). Sum of RGB (Red+Green+Blue) = 202+23+188=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17BC is #35E843. Grayscale: #5E5E5E. Windows color (decimal): -3532868 or 12326858. OLE color: 12326858.
HSL color Cylindrical-coordinate representation of color #CA17BC: hue angle of 304.69º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA17BC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 188 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.21 |
| HSL | 304.69º | 0.8% | 0.44% | - |
| HSV(B) | 304.69º | 0.89% | 0.79% | - |
| XYZ | 33.74 | 16.8 | 49.04 | - |
| YUV | 95.33 | 180.3 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 188 | 0 | 0.89 | 0.07 | 0.21 | 304.69 | 0.8 | 0.44 |
| Hex | CA | 17 | BC | 0 | 59 | 7 | 15 | 131 | 50 | 2C |
| Octal | 312 | 27 | 274 | 0 | 131 | 7 | 25 | 461 | 120 | 54 |
| Binary | 11001010 | 10111 | 10111100 | 0 | 1011001 | 111 | 10101 | 100110001 | 1010000 | 101100 |
Color Harmonies of #CA17BC
Complementary color
Monochromatic Colors of #CA17BC
Black with #CA17BC
Text Example
Text Example
White with #CA17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17BC; }
p { color: rgb(202,23,188); }
H1.HeaderClassName
{
color: #CA17BC;
}
.AnyTagClassName
{
color: #CA17BC;
}
</style>
background-color css
<style>
a { background-color: #CA17BC; }
a { background-color: rgb(202,23,188); }
div.DivClassName
{
background-color: #CA17BC;
}
.BgClassName
{
background-color: #CA17BC;
}
</style>
border-color css
<style>
span { border-color: #CA17BC; }
span { border-color: rgb(202,23,188); }
td.TdClassName
{
border-color: #CA17BC;
}
.TagClassName
{
border-color: #CA17BC;
}
</style>