Shades of Medium Violet Red #CA25AC
Tints of Medium Violet Red #CA25AC
RGB
CMYK
RGB Variations
Color information
#CA25AC (or 0xCA25AC) is known color: Medium Violet Red. HEX triplet: CA, 25 and AC. RGB value is (202,37,172). Sum of RGB (Red+Green+Blue) = 202+37+172=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA25AC is #35DA53. Grayscale: #656565. Windows color (decimal): -3529300 or 11281866. OLE color: 11281866.
HSL color Cylindrical-coordinate representation of color #CA25AC: hue angle of 310.91º 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 #CA25AC is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 172 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.21 |
| HSL | 310.91º | 0.69% | 0.47% | - |
| HSV(B) | 310.91º | 0.82% | 0.79% | - |
| XYZ | 32.47 | 16.86 | 40.57 | - |
| YUV | 101.73 | 167.66 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 172 | 0 | 0.82 | 0.15 | 0.21 | 310.91 | 0.69 | 0.47 |
| Hex | CA | 25 | AC | 0 | 52 | F | 15 | 137 | 45 | 2F |
| Octal | 312 | 45 | 254 | 0 | 122 | 17 | 25 | 467 | 105 | 57 |
| Binary | 11001010 | 100101 | 10101100 | 0 | 1010010 | 1111 | 10101 | 100110111 | 1000101 | 101111 |
Color Harmonies of #CA25AC
Complementary color
Monochromatic Colors of #CA25AC
Black with #CA25AC
Text Example
Text Example
White with #CA25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25AC; }
p { color: rgb(202,37,172); }
H1.HeaderClassName
{
color: #CA25AC;
}
.AnyTagClassName
{
color: #CA25AC;
}
</style>
background-color css
<style>
a { background-color: #CA25AC; }
a { background-color: rgb(202,37,172); }
div.DivClassName
{
background-color: #CA25AC;
}
.BgClassName
{
background-color: #CA25AC;
}
</style>
border-color css
<style>
span { border-color: #CA25AC; }
span { border-color: rgb(202,37,172); }
td.TdClassName
{
border-color: #CA25AC;
}
.TagClassName
{
border-color: #CA25AC;
}
</style>