Shades of Medium Violet Red #CA007C
Tints of Medium Violet Red #CA007C
RGB
CMYK
RGB Variations
Color information
#CA007C (or 0xCA007C) is known color: Medium Violet Red. HEX triplet: CA, 00 and 7C. RGB value is (202,0,124). Sum of RGB (Red+Green+Blue) = 202+0+124=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA007C is #35FF83. Grayscale: #4A4A4A. Windows color (decimal): -3538820 or 8126666. OLE color: 8126666.
HSL color Cylindrical-coordinate representation of color #CA007C: hue angle of 323.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA007C is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.39 | 0.21 |
| HSL | 323.17º | 1% | 0.4% | - |
| HSV(B) | 323.17º | 1% | 0.79% | - |
| XYZ | 28 | 14.01 | 20.3 | - |
| YUV | 74.53 | 155.92 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 124 | 0 | 1 | 0.39 | 0.21 | 323.17 | 1 | 0.4 |
| Hex | CA | 0 | 7C | 0 | 64 | 27 | 15 | 143 | 64 | 28 |
| Octal | 312 | 0 | 174 | 0 | 144 | 47 | 25 | 503 | 144 | 50 |
| Binary | 11001010 | 0 | 1111100 | 0 | 1100100 | 100111 | 10101 | 101000011 | 1100100 | 101000 |
Color Harmonies of #CA007C
Complementary color
Monochromatic Colors of #CA007C
Black with #CA007C
Text Example
Text Example
White with #CA007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA007C; }
p { color: rgb(202,0,124); }
H1.HeaderClassName
{
color: #CA007C;
}
.AnyTagClassName
{
color: #CA007C;
}
</style>
background-color css
<style>
a { background-color: #CA007C; }
a { background-color: rgb(202,0,124); }
div.DivClassName
{
background-color: #CA007C;
}
.BgClassName
{
background-color: #CA007C;
}
</style>
border-color css
<style>
span { border-color: #CA007C; }
span { border-color: rgb(202,0,124); }
td.TdClassName
{
border-color: #CA007C;
}
.TagClassName
{
border-color: #CA007C;
}
</style>