Shades of Medium Violet Red #C9028A
Tints of Medium Violet Red #C9028A
RGB
CMYK
RGB Variations
Color information
#C9028A (or 0xC9028A) is known color: Medium Violet Red. HEX triplet: C9, 02 and 8A. RGB value is (201,2,138). Sum of RGB (Red+Green+Blue) = 201+2+138=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9028A is #36FD75. Grayscale: #4C4C4C. Windows color (decimal): -3603830 or 9044681. OLE color: 9044681.
HSL color Cylindrical-coordinate representation of color #C9028A: hue angle of 318.99º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9028A is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.21 |
| HSL | 319º | 0.98% | 0.4% | - |
| HSV(B) | 319º | 0.99% | 0.79% | - |
| XYZ | 28.7 | 14.3 | 25.29 | - |
| YUV | 77.01 | 162.43 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 138 | 0 | 0.99 | 0.31 | 0.21 | 319 | 0.98 | 0.4 |
| Hex | C9 | 2 | 8A | 0 | 63 | 1F | 15 | 13F | 62 | 28 |
| Octal | 311 | 2 | 212 | 0 | 143 | 37 | 25 | 477 | 142 | 50 |
| Binary | 11001001 | 10 | 10001010 | 0 | 1100011 | 11111 | 10101 | 100111111 | 1100010 | 101000 |
Color Harmonies of #C9028A
Complementary color
Monochromatic Colors of #C9028A
Black with #C9028A
Text Example
Text Example
White with #C9028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9028A; }
p { color: rgb(201,2,138); }
H1.HeaderClassName
{
color: #C9028A;
}
.AnyTagClassName
{
color: #C9028A;
}
</style>
background-color css
<style>
a { background-color: #C9028A; }
a { background-color: rgb(201,2,138); }
div.DivClassName
{
background-color: #C9028A;
}
.BgClassName
{
background-color: #C9028A;
}
</style>
border-color css
<style>
span { border-color: #C9028A; }
span { border-color: rgb(201,2,138); }
td.TdClassName
{
border-color: #C9028A;
}
.TagClassName
{
border-color: #C9028A;
}
</style>