Shades of Medium Violet Red #C008A2
Tints of Medium Violet Red #C008A2
RGB
CMYK
RGB Variations
Color information
#C008A2 (or 0xC008A2) is known color: Medium Violet Red. HEX triplet: C0, 08 and A2. RGB value is (192,8,162). Sum of RGB (Red+Green+Blue) = 192+8+162=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C008A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C008A2 is #3FF75D. Grayscale: #505050. Windows color (decimal): -4192094 or 10619072. OLE color: 10619072.
HSL color Cylindrical-coordinate representation of color #C008A2: hue angle of 309.78º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008A2 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 162 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.25 |
| HSL | 309.78º | 0.92% | 0.39% | - |
| HSV(B) | 309.78º | 0.96% | 0.75% | - |
| XYZ | 28.35 | 13.99 | 35.39 | - |
| YUV | 80.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 162 | 0 | 0.96 | 0.16 | 0.25 | 309.78 | 0.92 | 0.39 |
| Hex | C0 | 8 | A2 | 0 | 60 | 10 | 19 | 136 | 5C | 27 |
| Octal | 300 | 10 | 242 | 0 | 140 | 20 | 31 | 466 | 134 | 47 |
| Binary | 11000000 | 1000 | 10100010 | 0 | 1100000 | 10000 | 11001 | 100110110 | 1011100 | 100111 |
Color Harmonies of #C008A2
Complementary color
Monochromatic Colors of #C008A2
Black with #C008A2
Text Example
Text Example
White with #C008A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008A2; }
p { color: rgb(192,8,162); }
H1.HeaderClassName
{
color: #C008A2;
}
.AnyTagClassName
{
color: #C008A2;
}
</style>
background-color css
<style>
a { background-color: #C008A2; }
a { background-color: rgb(192,8,162); }
div.DivClassName
{
background-color: #C008A2;
}
.BgClassName
{
background-color: #C008A2;
}
</style>
border-color css
<style>
span { border-color: #C008A2; }
span { border-color: rgb(192,8,162); }
td.TdClassName
{
border-color: #C008A2;
}
.TagClassName
{
border-color: #C008A2;
}
</style>