Shades of Medium Violet Red #C6007E
Tints of Medium Violet Red #C6007E
RGB
CMYK
RGB Variations
Color information
#C6007E (or 0xC6007E) is known color: Medium Violet Red. HEX triplet: C6, 00 and 7E. RGB value is (198,0,126). Sum of RGB (Red+Green+Blue) = 198+0+126=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6007E is #39FF81. Grayscale: #494949. Windows color (decimal): -3800962 or 8257734. OLE color: 8257734.
HSL color Cylindrical-coordinate representation of color #C6007E: hue angle of 321.82º 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 #C6007E is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.36 | 0.22 |
| HSL | 321.82º | 1% | 0.39% | - |
| HSV(B) | 321.82º | 1% | 0.78% | - |
| XYZ | 27.05 | 13.51 | 20.92 | - |
| YUV | 73.57 | 157.6 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 126 | 0 | 1 | 0.36 | 0.22 | 321.82 | 1 | 0.39 |
| Hex | C6 | 0 | 7E | 0 | 64 | 24 | 16 | 142 | 64 | 27 |
| Octal | 306 | 0 | 176 | 0 | 144 | 44 | 26 | 502 | 144 | 47 |
| Binary | 11000110 | 0 | 1111110 | 0 | 1100100 | 100100 | 10110 | 101000010 | 1100100 | 100111 |
Color Harmonies of #C6007E
Complementary color
Monochromatic Colors of #C6007E
Black with #C6007E
Text Example
Text Example
White with #C6007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6007E; }
p { color: rgb(198,0,126); }
H1.HeaderClassName
{
color: #C6007E;
}
.AnyTagClassName
{
color: #C6007E;
}
</style>
background-color css
<style>
a { background-color: #C6007E; }
a { background-color: rgb(198,0,126); }
div.DivClassName
{
background-color: #C6007E;
}
.BgClassName
{
background-color: #C6007E;
}
</style>
border-color css
<style>
span { border-color: #C6007E; }
span { border-color: rgb(198,0,126); }
td.TdClassName
{
border-color: #C6007E;
}
.TagClassName
{
border-color: #C6007E;
}
</style>