Shades of Medium Red Violet #CA2F81
Tints of Medium Red Violet #CA2F81
RGB
CMYK
RGB Variations
Color information
#CA2F81 (or 0xCA2F81) is known color: Medium Red Violet. HEX triplet: CA, 2F and 81. RGB value is (202,47,129). Sum of RGB (Red+Green+Blue) = 202+47+129=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2F81 is #35D07E. Grayscale: #666666. Windows color (decimal): -3526783 or 8466378. OLE color: 8466378.
HSL color Cylindrical-coordinate representation of color #CA2F81: hue angle of 328.26º 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 #CA2F81 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 129 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.21 |
| HSL | 328.26º | 0.62% | 0.49% | - |
| HSV(B) | 328.26º | 0.77% | 0.79% | - |
| XYZ | 29.34 | 16.17 | 22.34 | - |
| YUV | 102.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 129 | 0 | 0.77 | 0.36 | 0.21 | 328.26 | 0.62 | 0.49 |
| Hex | CA | 2F | 81 | 0 | 4D | 24 | 15 | 148 | 3E | 31 |
| Octal | 312 | 57 | 201 | 0 | 115 | 44 | 25 | 510 | 76 | 61 |
| Binary | 11001010 | 101111 | 10000001 | 0 | 1001101 | 100100 | 10101 | 101001000 | 111110 | 110001 |
Color Harmonies of #CA2F81
Complementary color
Monochromatic Colors of #CA2F81
Black with #CA2F81
Text Example
Text Example
White with #CA2F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F81; }
p { color: rgb(202,47,129); }
H1.HeaderClassName
{
color: #CA2F81;
}
.AnyTagClassName
{
color: #CA2F81;
}
</style>
background-color css
<style>
a { background-color: #CA2F81; }
a { background-color: rgb(202,47,129); }
div.DivClassName
{
background-color: #CA2F81;
}
.BgClassName
{
background-color: #CA2F81;
}
</style>
border-color css
<style>
span { border-color: #CA2F81; }
span { border-color: rgb(202,47,129); }
td.TdClassName
{
border-color: #CA2F81;
}
.TagClassName
{
border-color: #CA2F81;
}
</style>