Shades of Medium Violet Red #C6019D
Tints of Medium Violet Red #C6019D
RGB
CMYK
RGB Variations
Color information
#C6019D (or 0xC6019D) is known color: Medium Violet Red. HEX triplet: C6, 01 and 9D. RGB value is (198,1,157). Sum of RGB (Red+Green+Blue) = 198+1+157=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6019D is #39FE62. Grayscale: #4D4D4D. Windows color (decimal): -3800675 or 10289606. OLE color: 10289606.
HSL color Cylindrical-coordinate representation of color #C6019D: hue angle of 312.49º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6019D is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 157 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.22 |
| HSL | 312.49º | 0.99% | 0.39% | - |
| HSV(B) | 312.49º | 0.99% | 0.78% | - |
| XYZ | 29.39 | 14.46 | 33.14 | - |
| YUV | 77.69 | 172.77 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 157 | 0 | 0.99 | 0.21 | 0.22 | 312.49 | 0.99 | 0.39 |
| Hex | C6 | 1 | 9D | 0 | 63 | 15 | 16 | 138 | 63 | 27 |
| Octal | 306 | 1 | 235 | 0 | 143 | 25 | 26 | 470 | 143 | 47 |
| Binary | 11000110 | 1 | 10011101 | 0 | 1100011 | 10101 | 10110 | 100111000 | 1100011 | 100111 |
Color Harmonies of #C6019D
Complementary color
Monochromatic Colors of #C6019D
Black with #C6019D
Text Example
Text Example
White with #C6019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6019D; }
p { color: rgb(198,1,157); }
H1.HeaderClassName
{
color: #C6019D;
}
.AnyTagClassName
{
color: #C6019D;
}
</style>
background-color css
<style>
a { background-color: #C6019D; }
a { background-color: rgb(198,1,157); }
div.DivClassName
{
background-color: #C6019D;
}
.BgClassName
{
background-color: #C6019D;
}
</style>
border-color css
<style>
span { border-color: #C6019D; }
span { border-color: rgb(198,1,157); }
td.TdClassName
{
border-color: #C6019D;
}
.TagClassName
{
border-color: #C6019D;
}
</style>