Shades of Medium Violet Red #CA009C
Tints of Medium Violet Red #CA009C
RGB
CMYK
RGB Variations
Color information
#CA009C (or 0xCA009C) is known color: Medium Violet Red. HEX triplet: CA, 00 and 9C. RGB value is (202,0,156). Sum of RGB (Red+Green+Blue) = 202+0+156=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA009C is #35FF63. Grayscale: #4D4D4D. Windows color (decimal): -3538788 or 10223818. OLE color: 10223818.
HSL color Cylindrical-coordinate representation of color #CA009C: hue angle of 313.66º 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 #CA009C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.23 | 0.21 |
| HSL | 313.66º | 1% | 0.4% | - |
| HSV(B) | 313.66º | 1% | 0.79% | - |
| XYZ | 30.36 | 14.96 | 32.74 | - |
| YUV | 78.18 | 171.92 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 156 | 0 | 1 | 0.23 | 0.21 | 313.66 | 1 | 0.4 |
| Hex | CA | 0 | 9C | 0 | 64 | 17 | 15 | 13A | 64 | 28 |
| Octal | 312 | 0 | 234 | 0 | 144 | 27 | 25 | 472 | 144 | 50 |
| Binary | 11001010 | 0 | 10011100 | 0 | 1100100 | 10111 | 10101 | 100111010 | 1100100 | 101000 |
Color Harmonies of #CA009C
Complementary color
Monochromatic Colors of #CA009C
Black with #CA009C
Text Example
Text Example
White with #CA009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA009C; }
p { color: rgb(202,0,156); }
H1.HeaderClassName
{
color: #CA009C;
}
.AnyTagClassName
{
color: #CA009C;
}
</style>
background-color css
<style>
a { background-color: #CA009C; }
a { background-color: rgb(202,0,156); }
div.DivClassName
{
background-color: #CA009C;
}
.BgClassName
{
background-color: #CA009C;
}
</style>
border-color css
<style>
span { border-color: #CA009C; }
span { border-color: rgb(202,0,156); }
td.TdClassName
{
border-color: #CA009C;
}
.TagClassName
{
border-color: #CA009C;
}
</style>