Shades of Medium Violet Red #C6007D
Tints of Medium Violet Red #C6007D
RGB
CMYK
RGB Variations
Color information
#C6007D (or 0xC6007D) is known color: Medium Violet Red. HEX triplet: C6, 00 and 7D. RGB value is (198,0,125). Sum of RGB (Red+Green+Blue) = 198+0+125=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6007D is #39FF82. Grayscale: #494949. Windows color (decimal): -3800963 or 8192198. OLE color: 8192198.
HSL color Cylindrical-coordinate representation of color #C6007D: hue angle of 322.12º 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 #C6007D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.37 | 0.22 |
| HSL | 322.12º | 1% | 0.39% | - |
| HSV(B) | 322.12º | 1% | 0.78% | - |
| XYZ | 26.99 | 13.49 | 20.58 | - |
| YUV | 73.45 | 157.1 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 125 | 0 | 1 | 0.37 | 0.22 | 322.12 | 1 | 0.39 |
| Hex | C6 | 0 | 7D | 0 | 64 | 25 | 16 | 142 | 64 | 27 |
| Octal | 306 | 0 | 175 | 0 | 144 | 45 | 26 | 502 | 144 | 47 |
| Binary | 11000110 | 0 | 1111101 | 0 | 1100100 | 100101 | 10110 | 101000010 | 1100100 | 100111 |
Color Harmonies of #C6007D
Complementary color
Monochromatic Colors of #C6007D
Black with #C6007D
Text Example
Text Example
White with #C6007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6007D; }
p { color: rgb(198,0,125); }
H1.HeaderClassName
{
color: #C6007D;
}
.AnyTagClassName
{
color: #C6007D;
}
</style>
background-color css
<style>
a { background-color: #C6007D; }
a { background-color: rgb(198,0,125); }
div.DivClassName
{
background-color: #C6007D;
}
.BgClassName
{
background-color: #C6007D;
}
</style>
border-color css
<style>
span { border-color: #C6007D; }
span { border-color: rgb(198,0,125); }
td.TdClassName
{
border-color: #C6007D;
}
.TagClassName
{
border-color: #C6007D;
}
</style>