Shades of Medium Violet Red #C7069A
Tints of Medium Violet Red #C7069A
RGB
CMYK
RGB Variations
Color information
#C7069A (or 0xC7069A) is known color: Medium Violet Red. HEX triplet: C7, 06 and 9A. RGB value is (199,6,154). Sum of RGB (Red+Green+Blue) = 199+6+154=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7069A is #38F965. Grayscale: #505050. Windows color (decimal): -3733862 or 10094279. OLE color: 10094279.
HSL color Cylindrical-coordinate representation of color #C7069A: hue angle of 313.99º 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 #C7069A is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.22 |
| HSL | 313.99º | 0.94% | 0.4% | - |
| HSV(B) | 313.99º | 0.97% | 0.78% | - |
| XYZ | 29.45 | 14.61 | 31.84 | - |
| YUV | 80.58 | 169.44 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 154 | 0 | 0.97 | 0.23 | 0.22 | 313.99 | 0.94 | 0.4 |
| Hex | C7 | 6 | 9A | 0 | 61 | 17 | 16 | 13A | 5E | 28 |
| Octal | 307 | 6 | 232 | 0 | 141 | 27 | 26 | 472 | 136 | 50 |
| Binary | 11000111 | 110 | 10011010 | 0 | 1100001 | 10111 | 10110 | 100111010 | 1011110 | 101000 |
Color Harmonies of #C7069A
Complementary color
Monochromatic Colors of #C7069A
Black with #C7069A
Text Example
Text Example
White with #C7069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7069A; }
p { color: rgb(199,6,154); }
H1.HeaderClassName
{
color: #C7069A;
}
.AnyTagClassName
{
color: #C7069A;
}
</style>
background-color css
<style>
a { background-color: #C7069A; }
a { background-color: rgb(199,6,154); }
div.DivClassName
{
background-color: #C7069A;
}
.BgClassName
{
background-color: #C7069A;
}
</style>
border-color css
<style>
span { border-color: #C7069A; }
span { border-color: rgb(199,6,154); }
td.TdClassName
{
border-color: #C7069A;
}
.TagClassName
{
border-color: #C7069A;
}
</style>