Shades of Medium Violet Red #CA007D
Tints of Medium Violet Red #CA007D
RGB
CMYK
RGB Variations
Color information
#CA007D (or 0xCA007D) is known color: Medium Violet Red. HEX triplet: CA, 00 and 7D. RGB value is (202,0,125). Sum of RGB (Red+Green+Blue) = 202+0+125=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA007D is #35FF82. Grayscale: #4A4A4A. Windows color (decimal): -3538819 or 8192202. OLE color: 8192202.
HSL color Cylindrical-coordinate representation of color #CA007D: hue angle of 322.87º 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 #CA007D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.38 | 0.21 |
| HSL | 322.87º | 1% | 0.4% | - |
| HSV(B) | 322.87º | 1% | 0.79% | - |
| XYZ | 28.06 | 14.04 | 20.63 | - |
| YUV | 74.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 125 | 0 | 1 | 0.38 | 0.21 | 322.87 | 1 | 0.4 |
| Hex | CA | 0 | 7D | 0 | 64 | 26 | 15 | 143 | 64 | 28 |
| Octal | 312 | 0 | 175 | 0 | 144 | 46 | 25 | 503 | 144 | 50 |
| Binary | 11001010 | 0 | 1111101 | 0 | 1100100 | 100110 | 10101 | 101000011 | 1100100 | 101000 |
Color Harmonies of #CA007D
Complementary color
Monochromatic Colors of #CA007D
Black with #CA007D
Text Example
Text Example
White with #CA007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA007D; }
p { color: rgb(202,0,125); }
H1.HeaderClassName
{
color: #CA007D;
}
.AnyTagClassName
{
color: #CA007D;
}
</style>
background-color css
<style>
a { background-color: #CA007D; }
a { background-color: rgb(202,0,125); }
div.DivClassName
{
background-color: #CA007D;
}
.BgClassName
{
background-color: #CA007D;
}
</style>
border-color css
<style>
span { border-color: #CA007D; }
span { border-color: rgb(202,0,125); }
td.TdClassName
{
border-color: #CA007D;
}
.TagClassName
{
border-color: #CA007D;
}
</style>