Shades of Medium Violet Red #CA279E
Tints of Medium Violet Red #CA279E
RGB
CMYK
RGB Variations
Color information
#CA279E (or 0xCA279E) is known color: Medium Violet Red. HEX triplet: CA, 27 and 9E. RGB value is (202,39,158). Sum of RGB (Red+Green+Blue) = 202+39+158=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA279E is #35D861. Grayscale: #646464. Windows color (decimal): -3528802 or 10364874. OLE color: 10364874.
HSL color Cylindrical-coordinate representation of color #CA279E: hue angle of 316.2º 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 #CA279E is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 158 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.21 |
| HSL | 316.2º | 0.68% | 0.47% | - |
| HSV(B) | 316.2º | 0.81% | 0.79% | - |
| XYZ | 31.25 | 16.48 | 33.88 | - |
| YUV | 101.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 158 | 0 | 0.81 | 0.22 | 0.21 | 316.2 | 0.68 | 0.47 |
| Hex | CA | 27 | 9E | 0 | 51 | 16 | 15 | 13C | 44 | 2F |
| Octal | 312 | 47 | 236 | 0 | 121 | 26 | 25 | 474 | 104 | 57 |
| Binary | 11001010 | 100111 | 10011110 | 0 | 1010001 | 10110 | 10101 | 100111100 | 1000100 | 101111 |
Color Harmonies of #CA279E
Complementary color
Monochromatic Colors of #CA279E
Black with #CA279E
Text Example
Text Example
White with #CA279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA279E; }
p { color: rgb(202,39,158); }
H1.HeaderClassName
{
color: #CA279E;
}
.AnyTagClassName
{
color: #CA279E;
}
</style>
background-color css
<style>
a { background-color: #CA279E; }
a { background-color: rgb(202,39,158); }
div.DivClassName
{
background-color: #CA279E;
}
.BgClassName
{
background-color: #CA279E;
}
</style>
border-color css
<style>
span { border-color: #CA279E; }
span { border-color: rgb(202,39,158); }
td.TdClassName
{
border-color: #CA279E;
}
.TagClassName
{
border-color: #CA279E;
}
</style>