Shades of Medium Violet Red #CA27A2
Tints of Medium Violet Red #CA27A2
RGB
CMYK
RGB Variations
Color information
#CA27A2 (or 0xCA27A2) is known color: Medium Violet Red. HEX triplet: CA, 27 and A2. RGB value is (202,39,162). Sum of RGB (Red+Green+Blue) = 202+39+162=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA27A2 is #35D85D. Grayscale: #656565. Windows color (decimal): -3528798 or 10627018. OLE color: 10627018.
HSL color Cylindrical-coordinate representation of color #CA27A2: hue angle of 314.72º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA27A2 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 162 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.21 |
| HSL | 314.72º | 0.68% | 0.47% | - |
| HSV(B) | 314.72º | 0.81% | 0.79% | - |
| XYZ | 31.6 | 16.62 | 35.72 | - |
| YUV | 101.76 | 162 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 162 | 0 | 0.81 | 0.20 | 0.21 | 314.72 | 0.68 | 0.47 |
| Hex | CA | 27 | A2 | 0 | 51 | 14 | 15 | 13B | 44 | 2F |
| Octal | 312 | 47 | 242 | 0 | 121 | 24 | 25 | 473 | 104 | 57 |
| Binary | 11001010 | 100111 | 10100010 | 0 | 1010001 | 10100 | 10101 | 100111011 | 1000100 | 101111 |
Color Harmonies of #CA27A2
Complementary color
Monochromatic Colors of #CA27A2
Black with #CA27A2
Text Example
Text Example
White with #CA27A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27A2; }
p { color: rgb(202,39,162); }
H1.HeaderClassName
{
color: #CA27A2;
}
.AnyTagClassName
{
color: #CA27A2;
}
</style>
background-color css
<style>
a { background-color: #CA27A2; }
a { background-color: rgb(202,39,162); }
div.DivClassName
{
background-color: #CA27A2;
}
.BgClassName
{
background-color: #CA27A2;
}
</style>
border-color css
<style>
span { border-color: #CA27A2; }
span { border-color: rgb(202,39,162); }
td.TdClassName
{
border-color: #CA27A2;
}
.TagClassName
{
border-color: #CA27A2;
}
</style>