Shades of Medium Violet Red #C8029B
Tints of Medium Violet Red #C8029B
RGB
CMYK
RGB Variations
Color information
#C8029B (or 0xC8029B) is known color: Medium Violet Red. HEX triplet: C8, 02 and 9B. RGB value is (200,2,155). Sum of RGB (Red+Green+Blue) = 200+2+155=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8029B is #37FD64. Grayscale: #4E4E4E. Windows color (decimal): -3669349 or 10158792. OLE color: 10158792.
HSL color Cylindrical-coordinate representation of color #C8029B: hue angle of 313.64º 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 #C8029B is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.22 |
| HSL | 313.64º | 0.98% | 0.4% | - |
| HSV(B) | 313.64º | 0.99% | 0.78% | - |
| XYZ | 29.76 | 14.69 | 32.28 | - |
| YUV | 78.64 | 171.1 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 155 | 0 | 0.99 | 0.22 | 0.22 | 313.64 | 0.98 | 0.4 |
| Hex | C8 | 2 | 9B | 0 | 63 | 16 | 16 | 13A | 62 | 28 |
| Octal | 310 | 2 | 233 | 0 | 143 | 26 | 26 | 472 | 142 | 50 |
| Binary | 11001000 | 10 | 10011011 | 0 | 1100011 | 10110 | 10110 | 100111010 | 1100010 | 101000 |
Color Harmonies of #C8029B
Complementary color
Monochromatic Colors of #C8029B
Black with #C8029B
Text Example
Text Example
White with #C8029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8029B; }
p { color: rgb(200,2,155); }
H1.HeaderClassName
{
color: #C8029B;
}
.AnyTagClassName
{
color: #C8029B;
}
</style>
background-color css
<style>
a { background-color: #C8029B; }
a { background-color: rgb(200,2,155); }
div.DivClassName
{
background-color: #C8029B;
}
.BgClassName
{
background-color: #C8029B;
}
</style>
border-color css
<style>
span { border-color: #C8029B; }
span { border-color: rgb(200,2,155); }
td.TdClassName
{
border-color: #C8029B;
}
.TagClassName
{
border-color: #C8029B;
}
</style>