Shades of Medium Violet Red #C01DAA
Tints of Medium Violet Red #C01DAA
RGB
CMYK
RGB Variations
Color information
#C01DAA (or 0xC01DAA) is known color: Medium Violet Red. HEX triplet: C0, 1D and AA. RGB value is (192,29,170). Sum of RGB (Red+Green+Blue) = 192+29+170=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DAA is #3FE255. Grayscale: #5D5D5D. Windows color (decimal): -4186710 or 11148736. OLE color: 11148736.
HSL color Cylindrical-coordinate representation of color #C01DAA: hue angle of 308.1º 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 #C01DAA is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 170 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.25 |
| HSL | 308.1º | 0.74% | 0.43% | - |
| HSV(B) | 308.1º | 0.85% | 0.75% | - |
| XYZ | 29.43 | 14.99 | 39.37 | - |
| YUV | 93.81 | 171 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 170 | 0 | 0.85 | 0.11 | 0.25 | 308.1 | 0.74 | 0.43 |
| Hex | C0 | 1D | AA | 0 | 55 | B | 19 | 134 | 4A | 2B |
| Octal | 300 | 35 | 252 | 0 | 125 | 13 | 31 | 464 | 112 | 53 |
| Binary | 11000000 | 11101 | 10101010 | 0 | 1010101 | 1011 | 11001 | 100110100 | 1001010 | 101011 |
Color Harmonies of #C01DAA
Complementary color
Monochromatic Colors of #C01DAA
Black with #C01DAA
Text Example
Text Example
White with #C01DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DAA; }
p { color: rgb(192,29,170); }
H1.HeaderClassName
{
color: #C01DAA;
}
.AnyTagClassName
{
color: #C01DAA;
}
</style>
background-color css
<style>
a { background-color: #C01DAA; }
a { background-color: rgb(192,29,170); }
div.DivClassName
{
background-color: #C01DAA;
}
.BgClassName
{
background-color: #C01DAA;
}
</style>
border-color css
<style>
span { border-color: #C01DAA; }
span { border-color: rgb(192,29,170); }
td.TdClassName
{
border-color: #C01DAA;
}
.TagClassName
{
border-color: #C01DAA;
}
</style>