Shades of Medium Violet Red #C6067D
Tints of Medium Violet Red #C6067D
RGB
CMYK
RGB Variations
Color information
#C6067D (or 0xC6067D) is known color: Medium Violet Red. HEX triplet: C6, 06 and 7D. RGB value is (198,6,125). Sum of RGB (Red+Green+Blue) = 198+6+125=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6067D is #39F982. Grayscale: #4C4C4C. Windows color (decimal): -3799427 or 8193734. OLE color: 8193734.
HSL color Cylindrical-coordinate representation of color #C6067D: hue angle of 322.81º 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 #C6067D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.22 |
| HSL | 322.81º | 0.94% | 0.4% | - |
| HSV(B) | 322.81º | 0.97% | 0.78% | - |
| XYZ | 27.06 | 13.62 | 20.6 | - |
| YUV | 76.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 125 | 0 | 0.97 | 0.37 | 0.22 | 322.81 | 0.94 | 0.4 |
| Hex | C6 | 6 | 7D | 0 | 61 | 25 | 16 | 143 | 5E | 28 |
| Octal | 306 | 6 | 175 | 0 | 141 | 45 | 26 | 503 | 136 | 50 |
| Binary | 11000110 | 110 | 1111101 | 0 | 1100001 | 100101 | 10110 | 101000011 | 1011110 | 101000 |
Color Harmonies of #C6067D
Complementary color
Monochromatic Colors of #C6067D
Black with #C6067D
Text Example
Text Example
White with #C6067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6067D; }
p { color: rgb(198,6,125); }
H1.HeaderClassName
{
color: #C6067D;
}
.AnyTagClassName
{
color: #C6067D;
}
</style>
background-color css
<style>
a { background-color: #C6067D; }
a { background-color: rgb(198,6,125); }
div.DivClassName
{
background-color: #C6067D;
}
.BgClassName
{
background-color: #C6067D;
}
</style>
border-color css
<style>
span { border-color: #C6067D; }
span { border-color: rgb(198,6,125); }
td.TdClassName
{
border-color: #C6067D;
}
.TagClassName
{
border-color: #C6067D;
}
</style>