Shades of Deep Magenta #CA17DB
Tints of Deep Magenta #CA17DB
RGB
CMYK
RGB Variations
Color information
#CA17DB (or 0xCA17DB) is known color: Deep Magenta. HEX triplet: CA, 17 and DB. RGB value is (202,23,219). Sum of RGB (Red+Green+Blue) = 202+23+219=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17DB is #35E824. Grayscale: #626262. Windows color (decimal): -3532837 or 14358474. OLE color: 14358474.
HSL color Cylindrical-coordinate representation of color #CA17DB: hue angle of 294.8º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA17DB is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 23 | 219 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.14 |
| HSL | 294.8º | 0.81% | 0.47% | - |
| HSV(B) | 294.8º | 0.89% | 0.86% | - |
| XYZ | 37.45 | 18.28 | 68.57 | - |
| YUV | 98.87 | 195.8 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 219 | 0.08 | 0.89 | 0 | 0.14 | 294.8 | 0.81 | 0.47 |
| Hex | CA | 17 | DB | 8 | 59 | 0 | E | 127 | 51 | 2F |
| Octal | 312 | 27 | 333 | 10 | 131 | 0 | 16 | 447 | 121 | 57 |
| Binary | 11001010 | 10111 | 11011011 | 1000 | 1011001 | 0 | 1110 | 100100111 | 1010001 | 101111 |
Color Harmonies of #CA17DB
Complementary color
Monochromatic Colors of #CA17DB
Black with #CA17DB
Text Example
Text Example
White with #CA17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17DB; }
p { color: rgb(202,23,219); }
H1.HeaderClassName
{
color: #CA17DB;
}
.AnyTagClassName
{
color: #CA17DB;
}
</style>
background-color css
<style>
a { background-color: #CA17DB; }
a { background-color: rgb(202,23,219); }
div.DivClassName
{
background-color: #CA17DB;
}
.BgClassName
{
background-color: #CA17DB;
}
</style>
border-color css
<style>
span { border-color: #CA17DB; }
span { border-color: rgb(202,23,219); }
td.TdClassName
{
border-color: #CA17DB;
}
.TagClassName
{
border-color: #CA17DB;
}
</style>