Shades of Medium Violet Red #C0067C
Tints of Medium Violet Red #C0067C
RGB
CMYK
RGB Variations
Color information
#C0067C (or 0xC0067C) is known color: Medium Violet Red. HEX triplet: C0, 06 and 7C. RGB value is (192,6,124). Sum of RGB (Red+Green+Blue) = 192+6+124=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0067C is #3FF983. Grayscale: #4A4A4A. Windows color (decimal): -4192644 or 8128192. OLE color: 8128192.
HSL color Cylindrical-coordinate representation of color #C0067C: hue angle of 321.94º 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 #C0067C is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 124 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.25 |
| HSL | 321.94º | 0.94% | 0.39% | - |
| HSV(B) | 321.94º | 0.97% | 0.75% | - |
| XYZ | 25.44 | 12.79 | 20.2 | - |
| YUV | 75.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 124 | 0 | 0.97 | 0.35 | 0.25 | 321.94 | 0.94 | 0.39 |
| Hex | C0 | 6 | 7C | 0 | 61 | 23 | 19 | 142 | 5E | 27 |
| Octal | 300 | 6 | 174 | 0 | 141 | 43 | 31 | 502 | 136 | 47 |
| Binary | 11000000 | 110 | 1111100 | 0 | 1100001 | 100011 | 11001 | 101000010 | 1011110 | 100111 |
Color Harmonies of #C0067C
Complementary color
Monochromatic Colors of #C0067C
Black with #C0067C
Text Example
Text Example
White with #C0067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0067C; }
p { color: rgb(192,6,124); }
H1.HeaderClassName
{
color: #C0067C;
}
.AnyTagClassName
{
color: #C0067C;
}
</style>
background-color css
<style>
a { background-color: #C0067C; }
a { background-color: rgb(192,6,124); }
div.DivClassName
{
background-color: #C0067C;
}
.BgClassName
{
background-color: #C0067C;
}
</style>
border-color css
<style>
span { border-color: #C0067C; }
span { border-color: rgb(192,6,124); }
td.TdClassName
{
border-color: #C0067C;
}
.TagClassName
{
border-color: #C0067C;
}
</style>