Shades of Medium Violet Red #C8029A
Tints of Medium Violet Red #C8029A
RGB
CMYK
RGB Variations
Color information
#C8029A (or 0xC8029A) is known color: Medium Violet Red. HEX triplet: C8, 02 and 9A. RGB value is (200,2,154). Sum of RGB (Red+Green+Blue) = 200+2+154=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8029A is #37FD65. Grayscale: #4E4E4E. Windows color (decimal): -3669350 or 10093256. OLE color: 10093256.
HSL color Cylindrical-coordinate representation of color #C8029A: hue angle of 313.94º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8029A is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.22 |
| HSL | 313.94º | 0.98% | 0.4% | - |
| HSV(B) | 313.94º | 0.99% | 0.78% | - |
| XYZ | 29.67 | 14.66 | 31.84 | - |
| YUV | 78.53 | 170.6 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 154 | 0 | 0.99 | 0.23 | 0.22 | 313.94 | 0.98 | 0.4 |
| Hex | C8 | 2 | 9A | 0 | 63 | 17 | 16 | 13A | 62 | 28 |
| Octal | 310 | 2 | 232 | 0 | 143 | 27 | 26 | 472 | 142 | 50 |
| Binary | 11001000 | 10 | 10011010 | 0 | 1100011 | 10111 | 10110 | 100111010 | 1100010 | 101000 |
Color Harmonies of #C8029A
Complementary color
Monochromatic Colors of #C8029A
Black with #C8029A
Text Example
Text Example
White with #C8029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8029A; }
p { color: rgb(200,2,154); }
H1.HeaderClassName
{
color: #C8029A;
}
.AnyTagClassName
{
color: #C8029A;
}
</style>
background-color css
<style>
a { background-color: #C8029A; }
a { background-color: rgb(200,2,154); }
div.DivClassName
{
background-color: #C8029A;
}
.BgClassName
{
background-color: #C8029A;
}
</style>
border-color css
<style>
span { border-color: #C8029A; }
span { border-color: rgb(200,2,154); }
td.TdClassName
{
border-color: #C8029A;
}
.TagClassName
{
border-color: #C8029A;
}
</style>