Shades of Medium Violet Red #CA25A8
Tints of Medium Violet Red #CA25A8
RGB
CMYK
RGB Variations
Color information
#CA25A8 (or 0xCA25A8) is known color: Medium Violet Red. HEX triplet: CA, 25 and A8. RGB value is (202,37,168). Sum of RGB (Red+Green+Blue) = 202+37+168=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA25A8 is #35DA57. Grayscale: #646464. Windows color (decimal): -3529304 or 11019722. OLE color: 11019722.
HSL color Cylindrical-coordinate representation of color #CA25A8: hue angle of 312.36º 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 #CA25A8 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 168 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.21 |
| HSL | 312.36º | 0.69% | 0.47% | - |
| HSV(B) | 312.36º | 0.82% | 0.79% | - |
| XYZ | 32.09 | 16.71 | 38.58 | - |
| YUV | 101.27 | 165.66 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 168 | 0 | 0.82 | 0.17 | 0.21 | 312.36 | 0.69 | 0.47 |
| Hex | CA | 25 | A8 | 0 | 52 | 11 | 15 | 138 | 45 | 2F |
| Octal | 312 | 45 | 250 | 0 | 122 | 21 | 25 | 470 | 105 | 57 |
| Binary | 11001010 | 100101 | 10101000 | 0 | 1010010 | 10001 | 10101 | 100111000 | 1000101 | 101111 |
Color Harmonies of #CA25A8
Complementary color
Monochromatic Colors of #CA25A8
Black with #CA25A8
Text Example
Text Example
White with #CA25A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25A8; }
p { color: rgb(202,37,168); }
H1.HeaderClassName
{
color: #CA25A8;
}
.AnyTagClassName
{
color: #CA25A8;
}
</style>
background-color css
<style>
a { background-color: #CA25A8; }
a { background-color: rgb(202,37,168); }
div.DivClassName
{
background-color: #CA25A8;
}
.BgClassName
{
background-color: #CA25A8;
}
</style>
border-color css
<style>
span { border-color: #CA25A8; }
span { border-color: rgb(202,37,168); }
td.TdClassName
{
border-color: #CA25A8;
}
.TagClassName
{
border-color: #CA25A8;
}
</style>