Shades of Medium Violet Red #C6007B
Tints of Medium Violet Red #C6007B
RGB
CMYK
RGB Variations
Color information
#C6007B (or 0xC6007B) is known color: Medium Violet Red. HEX triplet: C6, 00 and 7B. RGB value is (198,0,123). Sum of RGB (Red+Green+Blue) = 198+0+123=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C6007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6007B is #39FF84. Grayscale: #484848. Windows color (decimal): -3800965 or 8061126. OLE color: 8061126.
HSL color Cylindrical-coordinate representation of color #C6007B: hue angle of 322.73º 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 #C6007B is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.38 | 0.22 |
| HSL | 322.73º | 1% | 0.39% | - |
| HSV(B) | 322.73º | 1% | 0.78% | - |
| XYZ | 26.86 | 13.44 | 19.92 | - |
| YUV | 73.22 | 156.1 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 123 | 0 | 1 | 0.38 | 0.22 | 322.73 | 1 | 0.39 |
| Hex | C6 | 0 | 7B | 0 | 64 | 26 | 16 | 143 | 64 | 27 |
| Octal | 306 | 0 | 173 | 0 | 144 | 46 | 26 | 503 | 144 | 47 |
| Binary | 11000110 | 0 | 1111011 | 0 | 1100100 | 100110 | 10110 | 101000011 | 1100100 | 100111 |
Color Harmonies of #C6007B
Complementary color
Monochromatic Colors of #C6007B
Black with #C6007B
Text Example
Text Example
White with #C6007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6007B; }
p { color: rgb(198,0,123); }
H1.HeaderClassName
{
color: #C6007B;
}
.AnyTagClassName
{
color: #C6007B;
}
</style>
background-color css
<style>
a { background-color: #C6007B; }
a { background-color: rgb(198,0,123); }
div.DivClassName
{
background-color: #C6007B;
}
.BgClassName
{
background-color: #C6007B;
}
</style>
border-color css
<style>
span { border-color: #C6007B; }
span { border-color: rgb(198,0,123); }
td.TdClassName
{
border-color: #C6007B;
}
.TagClassName
{
border-color: #C6007B;
}
</style>