Shades of Medium Red Violet #CA2FA8
Tints of Medium Red Violet #CA2FA8
RGB
CMYK
RGB Variations
Color information
#CA2FA8 (or 0xCA2FA8) is known color: Medium Red Violet. HEX triplet: CA, 2F and A8. RGB value is (202,47,168). Sum of RGB (Red+Green+Blue) = 202+47+168=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2FA8 is #35D057. Grayscale: #6A6A6A. Windows color (decimal): -3526744 or 11022282. OLE color: 11022282.
HSL color Cylindrical-coordinate representation of color #CA2FA8: hue angle of 313.16º 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 #CA2FA8 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 168 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.21 |
| HSL | 313.16º | 0.62% | 0.49% | - |
| HSV(B) | 313.16º | 0.77% | 0.79% | - |
| XYZ | 32.44 | 17.42 | 38.7 | - |
| YUV | 107.14 | 162.35 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 168 | 0 | 0.77 | 0.17 | 0.21 | 313.16 | 0.62 | 0.49 |
| Hex | CA | 2F | A8 | 0 | 4D | 11 | 15 | 139 | 3E | 31 |
| Octal | 312 | 57 | 250 | 0 | 115 | 21 | 25 | 471 | 76 | 61 |
| Binary | 11001010 | 101111 | 10101000 | 0 | 1001101 | 10001 | 10101 | 100111001 | 111110 | 110001 |
Color Harmonies of #CA2FA8
Complementary color
Monochromatic Colors of #CA2FA8
Black with #CA2FA8
Text Example
Text Example
White with #CA2FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FA8; }
p { color: rgb(202,47,168); }
H1.HeaderClassName
{
color: #CA2FA8;
}
.AnyTagClassName
{
color: #CA2FA8;
}
</style>
background-color css
<style>
a { background-color: #CA2FA8; }
a { background-color: rgb(202,47,168); }
div.DivClassName
{
background-color: #CA2FA8;
}
.BgClassName
{
background-color: #CA2FA8;
}
</style>
border-color css
<style>
span { border-color: #CA2FA8; }
span { border-color: rgb(202,47,168); }
td.TdClassName
{
border-color: #CA2FA8;
}
.TagClassName
{
border-color: #CA2FA8;
}
</style>