Shades of Medium Violet Red #CA17AB
Tints of Medium Violet Red #CA17AB
RGB
CMYK
RGB Variations
Color information
#CA17AB (or 0xCA17AB) is known color: Medium Violet Red. HEX triplet: CA, 17 and AB. RGB value is (202,23,171). Sum of RGB (Red+Green+Blue) = 202+23+171=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA17AB is #35E854. Grayscale: #5C5C5C. Windows color (decimal): -3532885 or 11212746. OLE color: 11212746.
HSL color Cylindrical-coordinate representation of color #CA17AB: hue angle of 310.39º 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 #CA17AB is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 171 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.21 |
| HSL | 310.39º | 0.8% | 0.44% | - |
| HSV(B) | 310.39º | 0.89% | 0.79% | - |
| XYZ | 32.01 | 16.11 | 39.95 | - |
| YUV | 93.39 | 171.8 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 171 | 0 | 0.89 | 0.15 | 0.21 | 310.39 | 0.8 | 0.44 |
| Hex | CA | 17 | AB | 0 | 59 | F | 15 | 136 | 50 | 2C |
| Octal | 312 | 27 | 253 | 0 | 131 | 17 | 25 | 466 | 120 | 54 |
| Binary | 11001010 | 10111 | 10101011 | 0 | 1011001 | 1111 | 10101 | 100110110 | 1010000 | 101100 |
Color Harmonies of #CA17AB
Complementary color
Monochromatic Colors of #CA17AB
Black with #CA17AB
Text Example
Text Example
White with #CA17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17AB; }
p { color: rgb(202,23,171); }
H1.HeaderClassName
{
color: #CA17AB;
}
.AnyTagClassName
{
color: #CA17AB;
}
</style>
background-color css
<style>
a { background-color: #CA17AB; }
a { background-color: rgb(202,23,171); }
div.DivClassName
{
background-color: #CA17AB;
}
.BgClassName
{
background-color: #CA17AB;
}
</style>
border-color css
<style>
span { border-color: #CA17AB; }
span { border-color: rgb(202,23,171); }
td.TdClassName
{
border-color: #CA17AB;
}
.TagClassName
{
border-color: #CA17AB;
}
</style>