Shades of Medium Violet Red #CA0B9E
Tints of Medium Violet Red #CA0B9E
RGB
CMYK
RGB Variations
Color information
#CA0B9E (or 0xCA0B9E) is known color: Medium Violet Red. HEX triplet: CA, 0B and 9E. RGB value is (202,11,158). Sum of RGB (Red+Green+Blue) = 202+11+158=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0B9E is #35F461. Grayscale: #545454. Windows color (decimal): -3535970 or 10357706. OLE color: 10357706.
HSL color Cylindrical-coordinate representation of color #CA0B9E: hue angle of 313.82º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0B9E is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 158 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.21 |
| HSL | 313.82º | 0.9% | 0.42% | - |
| HSV(B) | 313.82º | 0.95% | 0.79% | - |
| XYZ | 30.65 | 15.26 | 33.68 | - |
| YUV | 84.87 | 169.28 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 158 | 0 | 0.95 | 0.22 | 0.21 | 313.82 | 0.9 | 0.42 |
| Hex | CA | B | 9E | 0 | 5F | 16 | 15 | 13A | 5A | 2A |
| Octal | 312 | 13 | 236 | 0 | 137 | 26 | 25 | 472 | 132 | 52 |
| Binary | 11001010 | 1011 | 10011110 | 0 | 1011111 | 10110 | 10101 | 100111010 | 1011010 | 101010 |
Color Harmonies of #CA0B9E
Complementary color
Monochromatic Colors of #CA0B9E
Black with #CA0B9E
Text Example
Text Example
White with #CA0B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0B9E; }
p { color: rgb(202,11,158); }
H1.HeaderClassName
{
color: #CA0B9E;
}
.AnyTagClassName
{
color: #CA0B9E;
}
</style>
background-color css
<style>
a { background-color: #CA0B9E; }
a { background-color: rgb(202,11,158); }
div.DivClassName
{
background-color: #CA0B9E;
}
.BgClassName
{
background-color: #CA0B9E;
}
</style>
border-color css
<style>
span { border-color: #CA0B9E; }
span { border-color: rgb(202,11,158); }
td.TdClassName
{
border-color: #CA0B9E;
}
.TagClassName
{
border-color: #CA0B9E;
}
</style>