Shades of Medium Violet Red #C6006B
Tints of Medium Violet Red #C6006B
RGB
CMYK
RGB Variations
Color information
#C6006B (or 0xC6006B) is known color: Medium Violet Red. HEX triplet: C6, 00 and 6B. RGB value is (198,0,107). Sum of RGB (Red+Green+Blue) = 198+0+107=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C6006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6006B is #39FF94. Grayscale: #474747. Windows color (decimal): -3800981 or 7012550. OLE color: 7012550.
HSL color Cylindrical-coordinate representation of color #C6006B: hue angle of 327.58º 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 #C6006B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.46 | 0.22 |
| HSL | 327.58º | 1% | 0.39% | - |
| HSV(B) | 327.58º | 1% | 0.78% | - |
| XYZ | 25.94 | 13.07 | 15.06 | - |
| YUV | 71.4 | 148.1 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 107 | 0 | 1 | 0.46 | 0.22 | 327.58 | 1 | 0.39 |
| Hex | C6 | 0 | 6B | 0 | 64 | 2E | 16 | 148 | 64 | 27 |
| Octal | 306 | 0 | 153 | 0 | 144 | 56 | 26 | 510 | 144 | 47 |
| Binary | 11000110 | 0 | 1101011 | 0 | 1100100 | 101110 | 10110 | 101001000 | 1100100 | 100111 |
Color Harmonies of #C6006B
Complementary color
Monochromatic Colors of #C6006B
Black with #C6006B
Text Example
Text Example
White with #C6006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6006B; }
p { color: rgb(198,0,107); }
H1.HeaderClassName
{
color: #C6006B;
}
.AnyTagClassName
{
color: #C6006B;
}
</style>
background-color css
<style>
a { background-color: #C6006B; }
a { background-color: rgb(198,0,107); }
div.DivClassName
{
background-color: #C6006B;
}
.BgClassName
{
background-color: #C6006B;
}
</style>
border-color css
<style>
span { border-color: #C6006B; }
span { border-color: rgb(198,0,107); }
td.TdClassName
{
border-color: #C6006B;
}
.TagClassName
{
border-color: #C6006B;
}
</style>