Shades of Medium Violet Red #CB0792
Tints of Medium Violet Red #CB0792
RGB
CMYK
RGB Variations
Color information
#CB0792 (or 0xCB0792) is known color: Medium Violet Red. HEX triplet: CB, 07 and 92. RGB value is (203,7,146). Sum of RGB (Red+Green+Blue) = 203+7+146=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0792 is #34F86D. Grayscale: #515151. Windows color (decimal): -3471470 or 9570251. OLE color: 9570251.
HSL color Cylindrical-coordinate representation of color #CB0792: hue angle of 317.45º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0792 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 146 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.20 |
| HSL | 317.45º | 0.93% | 0.41% | - |
| HSV(B) | 317.45º | 0.97% | 0.8% | - |
| XYZ | 29.89 | 14.92 | 28.5 | - |
| YUV | 81.45 | 164.43 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 146 | 0 | 0.97 | 0.28 | 0.20 | 317.45 | 0.93 | 0.41 |
| Hex | CB | 7 | 92 | 0 | 61 | 1C | 14 | 13D | 5D | 29 |
| Octal | 313 | 7 | 222 | 0 | 141 | 34 | 24 | 475 | 135 | 51 |
| Binary | 11001011 | 111 | 10010010 | 0 | 1100001 | 11100 | 10100 | 100111101 | 1011101 | 101001 |
Color Harmonies of #CB0792
Complementary color
Monochromatic Colors of #CB0792
Black with #CB0792
Text Example
Text Example
White with #CB0792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0792; }
p { color: rgb(203,7,146); }
H1.HeaderClassName
{
color: #CB0792;
}
.AnyTagClassName
{
color: #CB0792;
}
</style>
background-color css
<style>
a { background-color: #CB0792; }
a { background-color: rgb(203,7,146); }
div.DivClassName
{
background-color: #CB0792;
}
.BgClassName
{
background-color: #CB0792;
}
</style>
border-color css
<style>
span { border-color: #CB0792; }
span { border-color: rgb(203,7,146); }
td.TdClassName
{
border-color: #CB0792;
}
.TagClassName
{
border-color: #CB0792;
}
</style>