Shades of Deep Magenta #CA17BE
Tints of Deep Magenta #CA17BE
RGB
CMYK
RGB Variations
Color information
#CA17BE (or 0xCA17BE) is known color: Deep Magenta. HEX triplet: CA, 17 and BE. RGB value is (202,23,190). Sum of RGB (Red+Green+Blue) = 202+23+190=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17BE is #35E841. Grayscale: #5F5F5F. Windows color (decimal): -3532866 or 12457930. OLE color: 12457930.
HSL color Cylindrical-coordinate representation of color #CA17BE: hue angle of 304.02º 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 #CA17BE is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 190 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.21 |
| HSL | 304.02º | 0.8% | 0.44% | - |
| HSV(B) | 304.02º | 0.89% | 0.79% | - |
| XYZ | 33.96 | 16.89 | 50.18 | - |
| YUV | 95.56 | 181.3 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 190 | 0 | 0.89 | 0.06 | 0.21 | 304.02 | 0.8 | 0.44 |
| Hex | CA | 17 | BE | 0 | 59 | 6 | 15 | 130 | 50 | 2C |
| Octal | 312 | 27 | 276 | 0 | 131 | 6 | 25 | 460 | 120 | 54 |
| Binary | 11001010 | 10111 | 10111110 | 0 | 1011001 | 110 | 10101 | 100110000 | 1010000 | 101100 |
Color Harmonies of #CA17BE
Complementary color
Monochromatic Colors of #CA17BE
Black with #CA17BE
Text Example
Text Example
White with #CA17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17BE; }
p { color: rgb(202,23,190); }
H1.HeaderClassName
{
color: #CA17BE;
}
.AnyTagClassName
{
color: #CA17BE;
}
</style>
background-color css
<style>
a { background-color: #CA17BE; }
a { background-color: rgb(202,23,190); }
div.DivClassName
{
background-color: #CA17BE;
}
.BgClassName
{
background-color: #CA17BE;
}
</style>
border-color css
<style>
span { border-color: #CA17BE; }
span { border-color: rgb(202,23,190); }
td.TdClassName
{
border-color: #CA17BE;
}
.TagClassName
{
border-color: #CA17BE;
}
</style>