Shades of Medium Violet Red #C6007A
Tints of Medium Violet Red #C6007A
RGB
CMYK
RGB Variations
Color information
#C6007A (or 0xC6007A) is known color: Medium Violet Red. HEX triplet: C6, 00 and 7A. RGB value is (198,0,122). Sum of RGB (Red+Green+Blue) = 198+0+122=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C6007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6007A is #39FF85. Grayscale: #484848. Windows color (decimal): -3800966 or 7995590. OLE color: 7995590.
HSL color Cylindrical-coordinate representation of color #C6007A: hue angle of 323.03º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6007A is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.38 | 0.22 |
| HSL | 323.03º | 1% | 0.39% | - |
| HSV(B) | 323.03º | 1% | 0.78% | - |
| XYZ | 26.8 | 13.41 | 19.59 | - |
| YUV | 73.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 122 | 0 | 1 | 0.38 | 0.22 | 323.03 | 1 | 0.39 |
| Hex | C6 | 0 | 7A | 0 | 64 | 26 | 16 | 143 | 64 | 27 |
| Octal | 306 | 0 | 172 | 0 | 144 | 46 | 26 | 503 | 144 | 47 |
| Binary | 11000110 | 0 | 1111010 | 0 | 1100100 | 100110 | 10110 | 101000011 | 1100100 | 100111 |
Color Harmonies of #C6007A
Complementary color
Monochromatic Colors of #C6007A
Black with #C6007A
Text Example
Text Example
White with #C6007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6007A; }
p { color: rgb(198,0,122); }
H1.HeaderClassName
{
color: #C6007A;
}
.AnyTagClassName
{
color: #C6007A;
}
</style>
background-color css
<style>
a { background-color: #C6007A; }
a { background-color: rgb(198,0,122); }
div.DivClassName
{
background-color: #C6007A;
}
.BgClassName
{
background-color: #C6007A;
}
</style>
border-color css
<style>
span { border-color: #C6007A; }
span { border-color: rgb(198,0,122); }
td.TdClassName
{
border-color: #C6007A;
}
.TagClassName
{
border-color: #C6007A;
}
</style>