Shades of Medium Violet Red #C00F89
Tints of Medium Violet Red #C00F89
RGB
CMYK
RGB Variations
Color information
#C00F89 (or 0xC00F89) is known color: Medium Violet Red. HEX triplet: C0, 0F and 89. RGB value is (192,15,137). Sum of RGB (Red+Green+Blue) = 192+15+137=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00F89 is #3FF076. Grayscale: #515151. Windows color (decimal): -4190327 or 8982464. OLE color: 8982464.
HSL color Cylindrical-coordinate representation of color #C00F89: hue angle of 318.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00F89 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 137 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.25 |
| HSL | 318.64º | 0.86% | 0.41% | - |
| HSV(B) | 318.64º | 0.92% | 0.75% | - |
| XYZ | 26.42 | 13.35 | 24.85 | - |
| YUV | 81.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 137 | 0 | 0.92 | 0.29 | 0.25 | 318.64 | 0.86 | 0.41 |
| Hex | C0 | F | 89 | 0 | 5C | 1D | 19 | 13F | 56 | 29 |
| Octal | 300 | 17 | 211 | 0 | 134 | 35 | 31 | 477 | 126 | 51 |
| Binary | 11000000 | 1111 | 10001001 | 0 | 1011100 | 11101 | 11001 | 100111111 | 1010110 | 101001 |
Color Harmonies of #C00F89
Complementary color
Monochromatic Colors of #C00F89
Black with #C00F89
Text Example
Text Example
White with #C00F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F89; }
p { color: rgb(192,15,137); }
H1.HeaderClassName
{
color: #C00F89;
}
.AnyTagClassName
{
color: #C00F89;
}
</style>
background-color css
<style>
a { background-color: #C00F89; }
a { background-color: rgb(192,15,137); }
div.DivClassName
{
background-color: #C00F89;
}
.BgClassName
{
background-color: #C00F89;
}
</style>
border-color css
<style>
span { border-color: #C00F89; }
span { border-color: rgb(192,15,137); }
td.TdClassName
{
border-color: #C00F89;
}
.TagClassName
{
border-color: #C00F89;
}
</style>