Shades of Medium Violet Red #C9028F
Tints of Medium Violet Red #C9028F
RGB
CMYK
RGB Variations
Color information
#C9028F (or 0xC9028F) is known color: Medium Violet Red. HEX triplet: C9, 02 and 8F. RGB value is (201,2,143). Sum of RGB (Red+Green+Blue) = 201+2+143=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9028F is #36FD70. Grayscale: #4D4D4D. Windows color (decimal): -3603825 or 9372361. OLE color: 9372361.
HSL color Cylindrical-coordinate representation of color #C9028F: hue angle of 317.49º 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 #C9028F is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.21 |
| HSL | 317.49º | 0.98% | 0.4% | - |
| HSV(B) | 317.49º | 0.99% | 0.79% | - |
| XYZ | 29.07 | 14.44 | 27.24 | - |
| YUV | 77.58 | 164.93 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 143 | 0 | 0.99 | 0.29 | 0.21 | 317.49 | 0.98 | 0.4 |
| Hex | C9 | 2 | 8F | 0 | 63 | 1D | 15 | 13D | 62 | 28 |
| Octal | 311 | 2 | 217 | 0 | 143 | 35 | 25 | 475 | 142 | 50 |
| Binary | 11001001 | 10 | 10001111 | 0 | 1100011 | 11101 | 10101 | 100111101 | 1100010 | 101000 |
Color Harmonies of #C9028F
Complementary color
Monochromatic Colors of #C9028F
Black with #C9028F
Text Example
Text Example
White with #C9028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9028F; }
p { color: rgb(201,2,143); }
H1.HeaderClassName
{
color: #C9028F;
}
.AnyTagClassName
{
color: #C9028F;
}
</style>
background-color css
<style>
a { background-color: #C9028F; }
a { background-color: rgb(201,2,143); }
div.DivClassName
{
background-color: #C9028F;
}
.BgClassName
{
background-color: #C9028F;
}
</style>
border-color css
<style>
span { border-color: #C9028F; }
span { border-color: rgb(201,2,143); }
td.TdClassName
{
border-color: #C9028F;
}
.TagClassName
{
border-color: #C9028F;
}
</style>