Shades of Medium Red Violet #CA32A8
Tints of Medium Red Violet #CA32A8
RGB
CMYK
RGB Variations
Color information
#CA32A8 (or 0xCA32A8) is known color: Medium Red Violet. HEX triplet: CA, 32 and A8. RGB value is (202,50,168). Sum of RGB (Red+Green+Blue) = 202+50+168=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA32A8 is #35CD57. Grayscale: #6C6C6C. Windows color (decimal): -3525976 or 11023050. OLE color: 11023050.
HSL color Cylindrical-coordinate representation of color #CA32A8: hue angle of 313.42º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA32A8 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 168 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.21 |
| HSL | 313.42º | 0.6% | 0.49% | - |
| HSV(B) | 313.42º | 0.75% | 0.79% | - |
| XYZ | 32.57 | 17.66 | 38.74 | - |
| YUV | 108.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 168 | 0 | 0.75 | 0.17 | 0.21 | 313.42 | 0.6 | 0.49 |
| Hex | CA | 32 | A8 | 0 | 4B | 11 | 15 | 139 | 3C | 31 |
| Octal | 312 | 62 | 250 | 0 | 113 | 21 | 25 | 471 | 74 | 61 |
| Binary | 11001010 | 110010 | 10101000 | 0 | 1001011 | 10001 | 10101 | 100111001 | 111100 | 110001 |
Color Harmonies of #CA32A8
Complementary color
Monochromatic Colors of #CA32A8
Black with #CA32A8
Text Example
Text Example
White with #CA32A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32A8; }
p { color: rgb(202,50,168); }
H1.HeaderClassName
{
color: #CA32A8;
}
.AnyTagClassName
{
color: #CA32A8;
}
</style>
background-color css
<style>
a { background-color: #CA32A8; }
a { background-color: rgb(202,50,168); }
div.DivClassName
{
background-color: #CA32A8;
}
.BgClassName
{
background-color: #CA32A8;
}
</style>
border-color css
<style>
span { border-color: #CA32A8; }
span { border-color: rgb(202,50,168); }
td.TdClassName
{
border-color: #CA32A8;
}
.TagClassName
{
border-color: #CA32A8;
}
</style>