Shades of Medium Violet Red #C01692
Tints of Medium Violet Red #C01692
RGB
CMYK
RGB Variations
Color information
#C01692 (or 0xC01692) is known color: Medium Violet Red. HEX triplet: C0, 16 and 92. RGB value is (192,22,146). Sum of RGB (Red+Green+Blue) = 192+22+146=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C01692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01692 is #3FE96D. Grayscale: #565656. Windows color (decimal): -4188526 or 9574080. OLE color: 9574080.
HSL color Cylindrical-coordinate representation of color #C01692: hue angle of 316.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01692 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 146 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.25 |
| HSL | 316.24º | 0.79% | 0.42% | - |
| HSV(B) | 316.24º | 0.89% | 0.75% | - |
| XYZ | 27.21 | 13.86 | 28.43 | - |
| YUV | 86.97 | 161.32 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 146 | 0 | 0.89 | 0.24 | 0.25 | 316.24 | 0.79 | 0.42 |
| Hex | C0 | 16 | 92 | 0 | 59 | 18 | 19 | 13C | 4F | 2A |
| Octal | 300 | 26 | 222 | 0 | 131 | 30 | 31 | 474 | 117 | 52 |
| Binary | 11000000 | 10110 | 10010010 | 0 | 1011001 | 11000 | 11001 | 100111100 | 1001111 | 101010 |
Color Harmonies of #C01692
Complementary color
Monochromatic Colors of #C01692
Black with #C01692
Text Example
Text Example
White with #C01692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01692; }
p { color: rgb(192,22,146); }
H1.HeaderClassName
{
color: #C01692;
}
.AnyTagClassName
{
color: #C01692;
}
</style>
background-color css
<style>
a { background-color: #C01692; }
a { background-color: rgb(192,22,146); }
div.DivClassName
{
background-color: #C01692;
}
.BgClassName
{
background-color: #C01692;
}
</style>
border-color css
<style>
span { border-color: #C01692; }
span { border-color: rgb(192,22,146); }
td.TdClassName
{
border-color: #C01692;
}
.TagClassName
{
border-color: #C01692;
}
</style>