Shades of Medium Violet Red #C0067D
Tints of Medium Violet Red #C0067D
RGB
CMYK
RGB Variations
Color information
#C0067D (or 0xC0067D) is known color: Medium Violet Red. HEX triplet: C0, 06 and 7D. RGB value is (192,6,125). Sum of RGB (Red+Green+Blue) = 192+6+125=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0067D is #3FF982. Grayscale: #4A4A4A. Windows color (decimal): -4192643 or 8193728. OLE color: 8193728.
HSL color Cylindrical-coordinate representation of color #C0067D: hue angle of 321.61º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0067D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.25 |
| HSL | 321.61º | 0.94% | 0.39% | - |
| HSV(B) | 321.61º | 0.97% | 0.75% | - |
| XYZ | 25.51 | 12.82 | 20.53 | - |
| YUV | 75.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 125 | 0 | 0.97 | 0.35 | 0.25 | 321.61 | 0.94 | 0.39 |
| Hex | C0 | 6 | 7D | 0 | 61 | 23 | 19 | 142 | 5E | 27 |
| Octal | 300 | 6 | 175 | 0 | 141 | 43 | 31 | 502 | 136 | 47 |
| Binary | 11000000 | 110 | 1111101 | 0 | 1100001 | 100011 | 11001 | 101000010 | 1011110 | 100111 |
Color Harmonies of #C0067D
Complementary color
Monochromatic Colors of #C0067D
Black with #C0067D
Text Example
Text Example
White with #C0067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0067D; }
p { color: rgb(192,6,125); }
H1.HeaderClassName
{
color: #C0067D;
}
.AnyTagClassName
{
color: #C0067D;
}
</style>
background-color css
<style>
a { background-color: #C0067D; }
a { background-color: rgb(192,6,125); }
div.DivClassName
{
background-color: #C0067D;
}
.BgClassName
{
background-color: #C0067D;
}
</style>
border-color css
<style>
span { border-color: #C0067D; }
span { border-color: rgb(192,6,125); }
td.TdClassName
{
border-color: #C0067D;
}
.TagClassName
{
border-color: #C0067D;
}
</style>