Shades of Medium Violet Red #CA026E
Tints of Medium Violet Red #CA026E
RGB
CMYK
RGB Variations
Color information
#CA026E (or 0xCA026E) is known color: Medium Violet Red. HEX triplet: CA, 02 and 6E. RGB value is (202,2,110). Sum of RGB (Red+Green+Blue) = 202+2+110=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA026E is #35FD91. Grayscale: #494949. Windows color (decimal): -3538322 or 7209674. OLE color: 7209674.
HSL color Cylindrical-coordinate representation of color #CA026E: hue angle of 327.6º 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 #CA026E is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.21 |
| HSL | 327.6º | 0.98% | 0.4% | - |
| HSV(B) | 327.6º | 0.99% | 0.79% | - |
| XYZ | 27.19 | 13.73 | 15.97 | - |
| YUV | 74.11 | 148.26 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 110 | 0 | 0.99 | 0.46 | 0.21 | 327.6 | 0.98 | 0.4 |
| Hex | CA | 2 | 6E | 0 | 63 | 2E | 15 | 148 | 62 | 28 |
| Octal | 312 | 2 | 156 | 0 | 143 | 56 | 25 | 510 | 142 | 50 |
| Binary | 11001010 | 10 | 1101110 | 0 | 1100011 | 101110 | 10101 | 101001000 | 1100010 | 101000 |
Color Harmonies of #CA026E
Complementary color
Monochromatic Colors of #CA026E
Black with #CA026E
Text Example
Text Example
White with #CA026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA026E; }
p { color: rgb(202,2,110); }
H1.HeaderClassName
{
color: #CA026E;
}
.AnyTagClassName
{
color: #CA026E;
}
</style>
background-color css
<style>
a { background-color: #CA026E; }
a { background-color: rgb(202,2,110); }
div.DivClassName
{
background-color: #CA026E;
}
.BgClassName
{
background-color: #CA026E;
}
</style>
border-color css
<style>
span { border-color: #CA026E; }
span { border-color: rgb(202,2,110); }
td.TdClassName
{
border-color: #CA026E;
}
.TagClassName
{
border-color: #CA026E;
}
</style>