Shades of Medium Violet Red #CA029B
Tints of Medium Violet Red #CA029B
RGB
CMYK
RGB Variations
Color information
#CA029B (or 0xCA029B) is known color: Medium Violet Red. HEX triplet: CA, 02 and 9B. RGB value is (202,2,155). Sum of RGB (Red+Green+Blue) = 202+2+155=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA029B is #35FD64. Grayscale: #4E4E4E. Windows color (decimal): -3538277 or 10158794. OLE color: 10158794.
HSL color Cylindrical-coordinate representation of color #CA029B: hue angle of 314.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA029B is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.21 |
| HSL | 314.1º | 0.98% | 0.4% | - |
| HSV(B) | 314.1º | 0.99% | 0.79% | - |
| XYZ | 30.3 | 14.97 | 32.3 | - |
| YUV | 79.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 155 | 0 | 0.99 | 0.23 | 0.21 | 314.1 | 0.98 | 0.4 |
| Hex | CA | 2 | 9B | 0 | 63 | 17 | 15 | 13A | 62 | 28 |
| Octal | 312 | 2 | 233 | 0 | 143 | 27 | 25 | 472 | 142 | 50 |
| Binary | 11001010 | 10 | 10011011 | 0 | 1100011 | 10111 | 10101 | 100111010 | 1100010 | 101000 |
Color Harmonies of #CA029B
Complementary color
Monochromatic Colors of #CA029B
Black with #CA029B
Text Example
Text Example
White with #CA029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA029B; }
p { color: rgb(202,2,155); }
H1.HeaderClassName
{
color: #CA029B;
}
.AnyTagClassName
{
color: #CA029B;
}
</style>
background-color css
<style>
a { background-color: #CA029B; }
a { background-color: rgb(202,2,155); }
div.DivClassName
{
background-color: #CA029B;
}
.BgClassName
{
background-color: #CA029B;
}
</style>
border-color css
<style>
span { border-color: #CA029B; }
span { border-color: rgb(202,2,155); }
td.TdClassName
{
border-color: #CA029B;
}
.TagClassName
{
border-color: #CA029B;
}
</style>