Shades of Medium Violet Red #C8069A
Tints of Medium Violet Red #C8069A
RGB
CMYK
RGB Variations
Color information
#C8069A (or 0xC8069A) is known color: Medium Violet Red. HEX triplet: C8, 06 and 9A. RGB value is (200,6,154). Sum of RGB (Red+Green+Blue) = 200+6+154=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8069A is #37F965. Grayscale: #505050. Windows color (decimal): -3668326 or 10094280. OLE color: 10094280.
HSL color Cylindrical-coordinate representation of color #C8069A: hue angle of 314.23º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8069A is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.22 |
| HSL | 314.23º | 0.94% | 0.4% | - |
| HSV(B) | 314.23º | 0.97% | 0.78% | - |
| XYZ | 29.72 | 14.74 | 31.85 | - |
| YUV | 80.88 | 169.27 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 154 | 0 | 0.97 | 0.23 | 0.22 | 314.23 | 0.94 | 0.4 |
| Hex | C8 | 6 | 9A | 0 | 61 | 17 | 16 | 13A | 5E | 28 |
| Octal | 310 | 6 | 232 | 0 | 141 | 27 | 26 | 472 | 136 | 50 |
| Binary | 11001000 | 110 | 10011010 | 0 | 1100001 | 10111 | 10110 | 100111010 | 1011110 | 101000 |
Color Harmonies of #C8069A
Complementary color
Monochromatic Colors of #C8069A
Black with #C8069A
Text Example
Text Example
White with #C8069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8069A; }
p { color: rgb(200,6,154); }
H1.HeaderClassName
{
color: #C8069A;
}
.AnyTagClassName
{
color: #C8069A;
}
</style>
background-color css
<style>
a { background-color: #C8069A; }
a { background-color: rgb(200,6,154); }
div.DivClassName
{
background-color: #C8069A;
}
.BgClassName
{
background-color: #C8069A;
}
</style>
border-color css
<style>
span { border-color: #C8069A; }
span { border-color: rgb(200,6,154); }
td.TdClassName
{
border-color: #C8069A;
}
.TagClassName
{
border-color: #C8069A;
}
</style>