Shades of Medium Red Violet #CA2F9C
Tints of Medium Red Violet #CA2F9C
RGB
CMYK
RGB Variations
Color information
#CA2F9C (or 0xCA2F9C) is known color: Medium Red Violet. HEX triplet: CA, 2F and 9C. RGB value is (202,47,156). Sum of RGB (Red+Green+Blue) = 202+47+156=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2F9C is #35D063. Grayscale: #696969. Windows color (decimal): -3526756 or 10235850. OLE color: 10235850.
HSL color Cylindrical-coordinate representation of color #CA2F9C: hue angle of 317.81º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F9C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 156 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.21 |
| HSL | 317.81º | 0.62% | 0.49% | - |
| HSV(B) | 317.81º | 0.77% | 0.79% | - |
| XYZ | 31.37 | 16.99 | 33.08 | - |
| YUV | 105.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 156 | 0 | 0.77 | 0.23 | 0.21 | 317.81 | 0.62 | 0.49 |
| Hex | CA | 2F | 9C | 0 | 4D | 17 | 15 | 13E | 3E | 31 |
| Octal | 312 | 57 | 234 | 0 | 115 | 27 | 25 | 476 | 76 | 61 |
| Binary | 11001010 | 101111 | 10011100 | 0 | 1001101 | 10111 | 10101 | 100111110 | 111110 | 110001 |
Color Harmonies of #CA2F9C
Complementary color
Monochromatic Colors of #CA2F9C
Black with #CA2F9C
Text Example
Text Example
White with #CA2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F9C; }
p { color: rgb(202,47,156); }
H1.HeaderClassName
{
color: #CA2F9C;
}
.AnyTagClassName
{
color: #CA2F9C;
}
</style>
background-color css
<style>
a { background-color: #CA2F9C; }
a { background-color: rgb(202,47,156); }
div.DivClassName
{
background-color: #CA2F9C;
}
.BgClassName
{
background-color: #CA2F9C;
}
</style>
border-color css
<style>
span { border-color: #CA2F9C; }
span { border-color: rgb(202,47,156); }
td.TdClassName
{
border-color: #CA2F9C;
}
.TagClassName
{
border-color: #CA2F9C;
}
</style>