Shades of Medium Violet Red #C01DAB
Tints of Medium Violet Red #C01DAB
RGB
CMYK
RGB Variations
Color information
#C01DAB (or 0xC01DAB) is known color: Medium Violet Red. HEX triplet: C0, 1D and AB. RGB value is (192,29,171). Sum of RGB (Red+Green+Blue) = 192+29+171=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DAB is #3FE254. Grayscale: #5D5D5D. Windows color (decimal): -4186709 or 11214272. OLE color: 11214272.
HSL color Cylindrical-coordinate representation of color #C01DAB: hue angle of 307.73º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01DAB is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 171 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.25 |
| HSL | 307.73º | 0.74% | 0.43% | - |
| HSV(B) | 307.73º | 0.85% | 0.75% | - |
| XYZ | 29.53 | 15.03 | 39.87 | - |
| YUV | 93.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 171 | 0 | 0.85 | 0.11 | 0.25 | 307.73 | 0.74 | 0.43 |
| Hex | C0 | 1D | AB | 0 | 55 | B | 19 | 134 | 4A | 2B |
| Octal | 300 | 35 | 253 | 0 | 125 | 13 | 31 | 464 | 112 | 53 |
| Binary | 11000000 | 11101 | 10101011 | 0 | 1010101 | 1011 | 11001 | 100110100 | 1001010 | 101011 |
Color Harmonies of #C01DAB
Complementary color
Monochromatic Colors of #C01DAB
Black with #C01DAB
Text Example
Text Example
White with #C01DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DAB; }
p { color: rgb(192,29,171); }
H1.HeaderClassName
{
color: #C01DAB;
}
.AnyTagClassName
{
color: #C01DAB;
}
</style>
background-color css
<style>
a { background-color: #C01DAB; }
a { background-color: rgb(192,29,171); }
div.DivClassName
{
background-color: #C01DAB;
}
.BgClassName
{
background-color: #C01DAB;
}
</style>
border-color css
<style>
span { border-color: #C01DAB; }
span { border-color: rgb(192,29,171); }
td.TdClassName
{
border-color: #C01DAB;
}
.TagClassName
{
border-color: #C01DAB;
}
</style>