Shades of Medium Violet Red #CA0678
Tints of Medium Violet Red #CA0678
RGB
CMYK
RGB Variations
Color information
#CA0678 (or 0xCA0678) is known color: Medium Violet Red. HEX triplet: CA, 06 and 78. RGB value is (202,6,120). Sum of RGB (Red+Green+Blue) = 202+6+120=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0678 is #35F987. Grayscale: #4D4D4D. Windows color (decimal): -3537288 or 7866058. OLE color: 7866058.
HSL color Cylindrical-coordinate representation of color #CA0678: hue angle of 325.1º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0678 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 120 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.21 |
| HSL | 325.1º | 0.94% | 0.41% | - |
| HSV(B) | 325.1º | 0.97% | 0.79% | - |
| XYZ | 27.81 | 14.04 | 19.01 | - |
| YUV | 77.6 | 151.93 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 120 | 0 | 0.97 | 0.41 | 0.21 | 325.1 | 0.94 | 0.41 |
| Hex | CA | 6 | 78 | 0 | 61 | 29 | 15 | 145 | 5E | 29 |
| Octal | 312 | 6 | 170 | 0 | 141 | 51 | 25 | 505 | 136 | 51 |
| Binary | 11001010 | 110 | 1111000 | 0 | 1100001 | 101001 | 10101 | 101000101 | 1011110 | 101001 |
Color Harmonies of #CA0678
Complementary color
Monochromatic Colors of #CA0678
Black with #CA0678
Text Example
Text Example
White with #CA0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0678; }
p { color: rgb(202,6,120); }
H1.HeaderClassName
{
color: #CA0678;
}
.AnyTagClassName
{
color: #CA0678;
}
</style>
background-color css
<style>
a { background-color: #CA0678; }
a { background-color: rgb(202,6,120); }
div.DivClassName
{
background-color: #CA0678;
}
.BgClassName
{
background-color: #CA0678;
}
</style>
border-color css
<style>
span { border-color: #CA0678; }
span { border-color: rgb(202,6,120); }
td.TdClassName
{
border-color: #CA0678;
}
.TagClassName
{
border-color: #CA0678;
}
</style>