Shades of Medium Violet Red #C9068A
Tints of Medium Violet Red #C9068A
RGB
CMYK
RGB Variations
Color information
#C9068A (or 0xC9068A) is known color: Medium Violet Red. HEX triplet: C9, 06 and 8A. RGB value is (201,6,138). Sum of RGB (Red+Green+Blue) = 201+6+138=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9068A is #36F975. Grayscale: #4F4F4F. Windows color (decimal): -3602806 or 9045705. OLE color: 9045705.
HSL color Cylindrical-coordinate representation of color #C9068A: hue angle of 319.38º 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 #C9068A is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.21 |
| HSL | 319.38º | 0.94% | 0.41% | - |
| HSV(B) | 319.38º | 0.97% | 0.79% | - |
| XYZ | 28.74 | 14.38 | 25.31 | - |
| YUV | 79.35 | 161.1 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 138 | 0 | 0.97 | 0.31 | 0.21 | 319.38 | 0.94 | 0.41 |
| Hex | C9 | 6 | 8A | 0 | 61 | 1F | 15 | 13F | 5E | 29 |
| Octal | 311 | 6 | 212 | 0 | 141 | 37 | 25 | 477 | 136 | 51 |
| Binary | 11001001 | 110 | 10001010 | 0 | 1100001 | 11111 | 10101 | 100111111 | 1011110 | 101001 |
Color Harmonies of #C9068A
Complementary color
Monochromatic Colors of #C9068A
Black with #C9068A
Text Example
Text Example
White with #C9068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9068A; }
p { color: rgb(201,6,138); }
H1.HeaderClassName
{
color: #C9068A;
}
.AnyTagClassName
{
color: #C9068A;
}
</style>
background-color css
<style>
a { background-color: #C9068A; }
a { background-color: rgb(201,6,138); }
div.DivClassName
{
background-color: #C9068A;
}
.BgClassName
{
background-color: #C9068A;
}
</style>
border-color css
<style>
span { border-color: #C9068A; }
span { border-color: rgb(201,6,138); }
td.TdClassName
{
border-color: #C9068A;
}
.TagClassName
{
border-color: #C9068A;
}
</style>