Shades of Medium Violet Red #CA027F
Tints of Medium Violet Red #CA027F
RGB
CMYK
RGB Variations
Color information
#CA027F (or 0xCA027F) is known color: Medium Violet Red. HEX triplet: CA, 02 and 7F. RGB value is (202,2,127). Sum of RGB (Red+Green+Blue) = 202+2+127=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA027F is #35FD80. Grayscale: #4B4B4B. Windows color (decimal): -3538305 or 8323786. OLE color: 8323786.
HSL color Cylindrical-coordinate representation of color #CA027F: hue angle of 322.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA027F is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.21 |
| HSL | 322.5º | 0.98% | 0.4% | - |
| HSV(B) | 322.5º | 0.99% | 0.79% | - |
| XYZ | 28.21 | 14.13 | 21.32 | - |
| YUV | 76.05 | 156.76 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 127 | 0 | 0.99 | 0.37 | 0.21 | 322.5 | 0.98 | 0.4 |
| Hex | CA | 2 | 7F | 0 | 63 | 25 | 15 | 142 | 62 | 28 |
| Octal | 312 | 2 | 177 | 0 | 143 | 45 | 25 | 502 | 142 | 50 |
| Binary | 11001010 | 10 | 1111111 | 0 | 1100011 | 100101 | 10101 | 101000010 | 1100010 | 101000 |
Color Harmonies of #CA027F
Complementary color
Monochromatic Colors of #CA027F
Black with #CA027F
Text Example
Text Example
White with #CA027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA027F; }
p { color: rgb(202,2,127); }
H1.HeaderClassName
{
color: #CA027F;
}
.AnyTagClassName
{
color: #CA027F;
}
</style>
background-color css
<style>
a { background-color: #CA027F; }
a { background-color: rgb(202,2,127); }
div.DivClassName
{
background-color: #CA027F;
}
.BgClassName
{
background-color: #CA027F;
}
</style>
border-color css
<style>
span { border-color: #CA027F; }
span { border-color: rgb(202,2,127); }
td.TdClassName
{
border-color: #CA027F;
}
.TagClassName
{
border-color: #CA027F;
}
</style>