Shades of Medium Violet Red #CA209B
Tints of Medium Violet Red #CA209B
RGB
CMYK
RGB Variations
Color information
#CA209B (or 0xCA209B) is known color: Medium Violet Red. HEX triplet: CA, 20 and 9B. RGB value is (202,32,155). Sum of RGB (Red+Green+Blue) = 202+32+155=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA209B is #35DF64. Grayscale: #606060. Windows color (decimal): -3530597 or 10166474. OLE color: 10166474.
HSL color Cylindrical-coordinate representation of color #CA209B: hue angle of 316.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA209B is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 155 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.21 |
| HSL | 316.59º | 0.73% | 0.46% | - |
| HSV(B) | 316.59º | 0.84% | 0.79% | - |
| XYZ | 30.79 | 15.96 | 32.47 | - |
| YUV | 96.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 155 | 0 | 0.84 | 0.23 | 0.21 | 316.59 | 0.73 | 0.46 |
| Hex | CA | 20 | 9B | 0 | 54 | 17 | 15 | 13D | 49 | 2E |
| Octal | 312 | 40 | 233 | 0 | 124 | 27 | 25 | 475 | 111 | 56 |
| Binary | 11001010 | 100000 | 10011011 | 0 | 1010100 | 10111 | 10101 | 100111101 | 1001001 | 101110 |
Color Harmonies of #CA209B
Complementary color
Monochromatic Colors of #CA209B
Black with #CA209B
Text Example
Text Example
White with #CA209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA209B; }
p { color: rgb(202,32,155); }
H1.HeaderClassName
{
color: #CA209B;
}
.AnyTagClassName
{
color: #CA209B;
}
</style>
background-color css
<style>
a { background-color: #CA209B; }
a { background-color: rgb(202,32,155); }
div.DivClassName
{
background-color: #CA209B;
}
.BgClassName
{
background-color: #CA209B;
}
</style>
border-color css
<style>
span { border-color: #CA209B; }
span { border-color: rgb(202,32,155); }
td.TdClassName
{
border-color: #CA209B;
}
.TagClassName
{
border-color: #CA209B;
}
</style>