Shades of Medium Violet Red #C7069D
Tints of Medium Violet Red #C7069D
RGB
CMYK
RGB Variations
Color information
#C7069D (or 0xC7069D) is known color: Medium Violet Red. HEX triplet: C7, 06 and 9D. RGB value is (199,6,157). Sum of RGB (Red+Green+Blue) = 199+6+157=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7069D is #38F962. Grayscale: #505050. Windows color (decimal): -3733859 or 10290887. OLE color: 10290887.
HSL color Cylindrical-coordinate representation of color #C7069D: hue angle of 313.06º 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 #C7069D is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.22 |
| HSL | 313.06º | 0.94% | 0.4% | - |
| HSV(B) | 313.06º | 0.97% | 0.78% | - |
| XYZ | 29.7 | 14.71 | 33.17 | - |
| YUV | 80.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 157 | 0 | 0.97 | 0.21 | 0.22 | 313.06 | 0.94 | 0.4 |
| Hex | C7 | 6 | 9D | 0 | 61 | 15 | 16 | 139 | 5E | 28 |
| Octal | 307 | 6 | 235 | 0 | 141 | 25 | 26 | 471 | 136 | 50 |
| Binary | 11000111 | 110 | 10011101 | 0 | 1100001 | 10101 | 10110 | 100111001 | 1011110 | 101000 |
Color Harmonies of #C7069D
Complementary color
Monochromatic Colors of #C7069D
Black with #C7069D
Text Example
Text Example
White with #C7069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7069D; }
p { color: rgb(199,6,157); }
H1.HeaderClassName
{
color: #C7069D;
}
.AnyTagClassName
{
color: #C7069D;
}
</style>
background-color css
<style>
a { background-color: #C7069D; }
a { background-color: rgb(199,6,157); }
div.DivClassName
{
background-color: #C7069D;
}
.BgClassName
{
background-color: #C7069D;
}
</style>
border-color css
<style>
span { border-color: #C7069D; }
span { border-color: rgb(199,6,157); }
td.TdClassName
{
border-color: #C7069D;
}
.TagClassName
{
border-color: #C7069D;
}
</style>