Shades of Medium Violet Red #C00682
Tints of Medium Violet Red #C00682
RGB
CMYK
RGB Variations
Color information
#C00682 (or 0xC00682) is known color: Medium Violet Red. HEX triplet: C0, 06 and 82. RGB value is (192,6,130). Sum of RGB (Red+Green+Blue) = 192+6+130=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C00682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00682 is #3FF97D. Grayscale: #4B4B4B. Windows color (decimal): -4192638 or 8521408. OLE color: 8521408.
HSL color Cylindrical-coordinate representation of color #C00682: hue angle of 320º 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 #C00682 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.25 |
| HSL | 320º | 0.94% | 0.39% | - |
| HSV(B) | 320º | 0.97% | 0.75% | - |
| XYZ | 25.83 | 12.95 | 22.26 | - |
| YUV | 75.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 130 | 0 | 0.97 | 0.32 | 0.25 | 320 | 0.94 | 0.39 |
| Hex | C0 | 6 | 82 | 0 | 61 | 20 | 19 | 140 | 5E | 27 |
| Octal | 300 | 6 | 202 | 0 | 141 | 40 | 31 | 500 | 136 | 47 |
| Binary | 11000000 | 110 | 10000010 | 0 | 1100001 | 100000 | 11001 | 101000000 | 1011110 | 100111 |
Color Harmonies of #C00682
Complementary color
Monochromatic Colors of #C00682
Black with #C00682
Text Example
Text Example
White with #C00682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00682; }
p { color: rgb(192,6,130); }
H1.HeaderClassName
{
color: #C00682;
}
.AnyTagClassName
{
color: #C00682;
}
</style>
background-color css
<style>
a { background-color: #C00682; }
a { background-color: rgb(192,6,130); }
div.DivClassName
{
background-color: #C00682;
}
.BgClassName
{
background-color: #C00682;
}
</style>
border-color css
<style>
span { border-color: #C00682; }
span { border-color: rgb(192,6,130); }
td.TdClassName
{
border-color: #C00682;
}
.TagClassName
{
border-color: #C00682;
}
</style>