Shades of Medium Violet Red #CA008C
Tints of Medium Violet Red #CA008C
RGB
CMYK
RGB Variations
Color information
#CA008C (or 0xCA008C) is known color: Medium Violet Red. HEX triplet: CA, 00 and 8C. RGB value is (202,0,140). Sum of RGB (Red+Green+Blue) = 202+0+140=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA008C is #35FF73. Grayscale: #4C4C4C. Windows color (decimal): -3538804 or 9175242. OLE color: 9175242.
HSL color Cylindrical-coordinate representation of color #CA008C: hue angle of 318.42º 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 #CA008C is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.31 | 0.21 |
| HSL | 318.42º | 1% | 0.4% | - |
| HSV(B) | 318.42º | 1% | 0.79% | - |
| XYZ | 29.09 | 14.45 | 26.07 | - |
| YUV | 76.36 | 163.92 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 140 | 0 | 1 | 0.31 | 0.21 | 318.42 | 1 | 0.4 |
| Hex | CA | 0 | 8C | 0 | 64 | 1F | 15 | 13E | 64 | 28 |
| Octal | 312 | 0 | 214 | 0 | 144 | 37 | 25 | 476 | 144 | 50 |
| Binary | 11001010 | 0 | 10001100 | 0 | 1100100 | 11111 | 10101 | 100111110 | 1100100 | 101000 |
Color Harmonies of #CA008C
Complementary color
Monochromatic Colors of #CA008C
Black with #CA008C
Text Example
Text Example
White with #CA008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA008C; }
p { color: rgb(202,0,140); }
H1.HeaderClassName
{
color: #CA008C;
}
.AnyTagClassName
{
color: #CA008C;
}
</style>
background-color css
<style>
a { background-color: #CA008C; }
a { background-color: rgb(202,0,140); }
div.DivClassName
{
background-color: #CA008C;
}
.BgClassName
{
background-color: #CA008C;
}
</style>
border-color css
<style>
span { border-color: #CA008C; }
span { border-color: rgb(202,0,140); }
td.TdClassName
{
border-color: #CA008C;
}
.TagClassName
{
border-color: #CA008C;
}
</style>