Shades of Medium Violet Red #CA008F
Tints of Medium Violet Red #CA008F
RGB
CMYK
RGB Variations
Color information
#CA008F (or 0xCA008F) is known color: Medium Violet Red. HEX triplet: CA, 00 and 8F. RGB value is (202,0,143). Sum of RGB (Red+Green+Blue) = 202+0+143=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA008F is #35FF70. Grayscale: #4C4C4C. Windows color (decimal): -3538801 or 9371850. OLE color: 9371850.
HSL color Cylindrical-coordinate representation of color #CA008F: hue angle of 317.52º 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 #CA008F is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.29 | 0.21 |
| HSL | 317.52º | 1% | 0.4% | - |
| HSV(B) | 317.52º | 1% | 0.79% | - |
| XYZ | 29.32 | 14.54 | 27.25 | - |
| YUV | 76.7 | 165.42 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 143 | 0 | 1 | 0.29 | 0.21 | 317.52 | 1 | 0.4 |
| Hex | CA | 0 | 8F | 0 | 64 | 1D | 15 | 13E | 64 | 28 |
| Octal | 312 | 0 | 217 | 0 | 144 | 35 | 25 | 476 | 144 | 50 |
| Binary | 11001010 | 0 | 10001111 | 0 | 1100100 | 11101 | 10101 | 100111110 | 1100100 | 101000 |
Color Harmonies of #CA008F
Complementary color
Monochromatic Colors of #CA008F
Black with #CA008F
Text Example
Text Example
White with #CA008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA008F; }
p { color: rgb(202,0,143); }
H1.HeaderClassName
{
color: #CA008F;
}
.AnyTagClassName
{
color: #CA008F;
}
</style>
background-color css
<style>
a { background-color: #CA008F; }
a { background-color: rgb(202,0,143); }
div.DivClassName
{
background-color: #CA008F;
}
.BgClassName
{
background-color: #CA008F;
}
</style>
border-color css
<style>
span { border-color: #CA008F; }
span { border-color: rgb(202,0,143); }
td.TdClassName
{
border-color: #CA008F;
}
.TagClassName
{
border-color: #CA008F;
}
</style>