Shades of Medium Violet Red #C6069E
Tints of Medium Violet Red #C6069E
RGB
CMYK
RGB Variations
Color information
#C6069E (or 0xC6069E) is known color: Medium Violet Red. HEX triplet: C6, 06 and 9E. RGB value is (198,6,158). Sum of RGB (Red+Green+Blue) = 198+6+158=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6069E is #39F961. Grayscale: #505050. Windows color (decimal): -3799394 or 10356422. OLE color: 10356422.
HSL color Cylindrical-coordinate representation of color #C6069E: hue angle of 312.5º 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 #C6069E is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.22 |
| HSL | 312.5º | 0.94% | 0.4% | - |
| HSV(B) | 312.5º | 0.97% | 0.78% | - |
| XYZ | 29.53 | 14.6 | 33.61 | - |
| YUV | 80.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 158 | 0 | 0.97 | 0.20 | 0.22 | 312.5 | 0.94 | 0.4 |
| Hex | C6 | 6 | 9E | 0 | 61 | 14 | 16 | 138 | 5E | 28 |
| Octal | 306 | 6 | 236 | 0 | 141 | 24 | 26 | 470 | 136 | 50 |
| Binary | 11000110 | 110 | 10011110 | 0 | 1100001 | 10100 | 10110 | 100111000 | 1011110 | 101000 |
Color Harmonies of #C6069E
Complementary color
Monochromatic Colors of #C6069E
Black with #C6069E
Text Example
Text Example
White with #C6069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6069E; }
p { color: rgb(198,6,158); }
H1.HeaderClassName
{
color: #C6069E;
}
.AnyTagClassName
{
color: #C6069E;
}
</style>
background-color css
<style>
a { background-color: #C6069E; }
a { background-color: rgb(198,6,158); }
div.DivClassName
{
background-color: #C6069E;
}
.BgClassName
{
background-color: #C6069E;
}
</style>
border-color css
<style>
span { border-color: #C6069E; }
span { border-color: rgb(198,6,158); }
td.TdClassName
{
border-color: #C6069E;
}
.TagClassName
{
border-color: #C6069E;
}
</style>