Shades of Medium Violet Red #CA0277
Tints of Medium Violet Red #CA0277
RGB
CMYK
RGB Variations
Color information
#CA0277 (or 0xCA0277) is known color: Medium Violet Red. HEX triplet: CA, 02 and 77. RGB value is (202,2,119). Sum of RGB (Red+Green+Blue) = 202+2+119=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0277 is #35FD88. Grayscale: #4A4A4A. Windows color (decimal): -3538313 or 7799498. OLE color: 7799498.
HSL color Cylindrical-coordinate representation of color #CA0277: hue angle of 324.9º 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 #CA0277 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.21 |
| HSL | 324.9º | 0.98% | 0.4% | - |
| HSV(B) | 324.9º | 0.99% | 0.79% | - |
| XYZ | 27.71 | 13.93 | 18.68 | - |
| YUV | 75.14 | 152.76 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 119 | 0 | 0.99 | 0.41 | 0.21 | 324.9 | 0.98 | 0.4 |
| Hex | CA | 2 | 77 | 0 | 63 | 29 | 15 | 145 | 62 | 28 |
| Octal | 312 | 2 | 167 | 0 | 143 | 51 | 25 | 505 | 142 | 50 |
| Binary | 11001010 | 10 | 1110111 | 0 | 1100011 | 101001 | 10101 | 101000101 | 1100010 | 101000 |
Color Harmonies of #CA0277
Complementary color
Monochromatic Colors of #CA0277
Black with #CA0277
Text Example
Text Example
White with #CA0277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0277; }
p { color: rgb(202,2,119); }
H1.HeaderClassName
{
color: #CA0277;
}
.AnyTagClassName
{
color: #CA0277;
}
</style>
background-color css
<style>
a { background-color: #CA0277; }
a { background-color: rgb(202,2,119); }
div.DivClassName
{
background-color: #CA0277;
}
.BgClassName
{
background-color: #CA0277;
}
</style>
border-color css
<style>
span { border-color: #CA0277; }
span { border-color: rgb(202,2,119); }
td.TdClassName
{
border-color: #CA0277;
}
.TagClassName
{
border-color: #CA0277;
}
</style>