Shades of Medium Violet Red #C9069D
Tints of Medium Violet Red #C9069D
RGB
CMYK
RGB Variations
Color information
#C9069D (or 0xC9069D) is known color: Medium Violet Red. HEX triplet: C9, 06 and 9D. RGB value is (201,6,157). Sum of RGB (Red+Green+Blue) = 201+6+157=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9069D is #36F962. Grayscale: #515151. Windows color (decimal): -3602787 or 10290889. OLE color: 10290889.
HSL color Cylindrical-coordinate representation of color #C9069D: hue angle of 313.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9069D is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.21 |
| HSL | 313.54º | 0.94% | 0.41% | - |
| HSV(B) | 313.54º | 0.97% | 0.79% | - |
| XYZ | 30.24 | 14.98 | 33.2 | - |
| YUV | 81.52 | 170.6 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 157 | 0 | 0.97 | 0.22 | 0.21 | 313.54 | 0.94 | 0.41 |
| Hex | C9 | 6 | 9D | 0 | 61 | 16 | 15 | 13A | 5E | 29 |
| Octal | 311 | 6 | 235 | 0 | 141 | 26 | 25 | 472 | 136 | 51 |
| Binary | 11001001 | 110 | 10011101 | 0 | 1100001 | 10110 | 10101 | 100111010 | 1011110 | 101001 |
Color Harmonies of #C9069D
Complementary color
Monochromatic Colors of #C9069D
Black with #C9069D
Text Example
Text Example
White with #C9069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9069D; }
p { color: rgb(201,6,157); }
H1.HeaderClassName
{
color: #C9069D;
}
.AnyTagClassName
{
color: #C9069D;
}
</style>
background-color css
<style>
a { background-color: #C9069D; }
a { background-color: rgb(201,6,157); }
div.DivClassName
{
background-color: #C9069D;
}
.BgClassName
{
background-color: #C9069D;
}
</style>
border-color css
<style>
span { border-color: #C9069D; }
span { border-color: rgb(201,6,157); }
td.TdClassName
{
border-color: #C9069D;
}
.TagClassName
{
border-color: #C9069D;
}
</style>