Shades of Medium Violet Red #CA25A2
Tints of Medium Violet Red #CA25A2
RGB
CMYK
RGB Variations
Color information
#CA25A2 (or 0xCA25A2) is known color: Medium Violet Red. HEX triplet: CA, 25 and A2. RGB value is (202,37,162). Sum of RGB (Red+Green+Blue) = 202+37+162=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA25A2 is #35DA5D. Grayscale: #646464. Windows color (decimal): -3529310 or 10626506. OLE color: 10626506.
HSL color Cylindrical-coordinate representation of color #CA25A2: hue angle of 314.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA25A2 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 162 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.21 |
| HSL | 314.55º | 0.69% | 0.47% | - |
| HSV(B) | 314.55º | 0.82% | 0.79% | - |
| XYZ | 31.54 | 16.49 | 35.7 | - |
| YUV | 100.59 | 162.66 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 162 | 0 | 0.82 | 0.20 | 0.21 | 314.55 | 0.69 | 0.47 |
| Hex | CA | 25 | A2 | 0 | 52 | 14 | 15 | 13B | 45 | 2F |
| Octal | 312 | 45 | 242 | 0 | 122 | 24 | 25 | 473 | 105 | 57 |
| Binary | 11001010 | 100101 | 10100010 | 0 | 1010010 | 10100 | 10101 | 100111011 | 1000101 | 101111 |
Color Harmonies of #CA25A2
Complementary color
Monochromatic Colors of #CA25A2
Black with #CA25A2
Text Example
Text Example
White with #CA25A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25A2; }
p { color: rgb(202,37,162); }
H1.HeaderClassName
{
color: #CA25A2;
}
.AnyTagClassName
{
color: #CA25A2;
}
</style>
background-color css
<style>
a { background-color: #CA25A2; }
a { background-color: rgb(202,37,162); }
div.DivClassName
{
background-color: #CA25A2;
}
.BgClassName
{
background-color: #CA25A2;
}
</style>
border-color css
<style>
span { border-color: #CA25A2; }
span { border-color: rgb(202,37,162); }
td.TdClassName
{
border-color: #CA25A2;
}
.TagClassName
{
border-color: #CA25A2;
}
</style>