Shades of Medium Violet Red #C00F9B
Tints of Medium Violet Red #C00F9B
RGB
CMYK
RGB Variations
Color information
#C00F9B (or 0xC00F9B) is known color: Medium Violet Red. HEX triplet: C0, 0F and 9B. RGB value is (192,15,155). Sum of RGB (Red+Green+Blue) = 192+15+155=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00F9B is #3FF064. Grayscale: #535353. Windows color (decimal): -4190309 or 10162112. OLE color: 10162112.
HSL color Cylindrical-coordinate representation of color #C00F9B: hue angle of 312.54º 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 #C00F9B is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 155 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.25 |
| HSL | 312.54º | 0.86% | 0.41% | - |
| HSV(B) | 312.54º | 0.92% | 0.75% | - |
| XYZ | 27.83 | 13.91 | 32.23 | - |
| YUV | 83.88 | 168.14 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 155 | 0 | 0.92 | 0.19 | 0.25 | 312.54 | 0.86 | 0.41 |
| Hex | C0 | F | 9B | 0 | 5C | 13 | 19 | 139 | 56 | 29 |
| Octal | 300 | 17 | 233 | 0 | 134 | 23 | 31 | 471 | 126 | 51 |
| Binary | 11000000 | 1111 | 10011011 | 0 | 1011100 | 10011 | 11001 | 100111001 | 1010110 | 101001 |
Color Harmonies of #C00F9B
Complementary color
Monochromatic Colors of #C00F9B
Black with #C00F9B
Text Example
Text Example
White with #C00F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F9B; }
p { color: rgb(192,15,155); }
H1.HeaderClassName
{
color: #C00F9B;
}
.AnyTagClassName
{
color: #C00F9B;
}
</style>
background-color css
<style>
a { background-color: #C00F9B; }
a { background-color: rgb(192,15,155); }
div.DivClassName
{
background-color: #C00F9B;
}
.BgClassName
{
background-color: #C00F9B;
}
</style>
border-color css
<style>
span { border-color: #C00F9B; }
span { border-color: rgb(192,15,155); }
td.TdClassName
{
border-color: #C00F9B;
}
.TagClassName
{
border-color: #C00F9B;
}
</style>