Shades of Medium Violet Red #CB1795
Tints of Medium Violet Red #CB1795
RGB
CMYK
RGB Variations
Color information
#CB1795 (or 0xCB1795) is known color: Medium Violet Red. HEX triplet: CB, 17 and 95. RGB value is (203,23,149). Sum of RGB (Red+Green+Blue) = 203+23+149=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1795 is #34E86A. Grayscale: #5A5A5A. Windows color (decimal): -3467371 or 9770955. OLE color: 9770955.
HSL color Cylindrical-coordinate representation of color #CB1795: hue angle of 318º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1795 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 149 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.20 |
| HSL | 318º | 0.8% | 0.44% | - |
| HSV(B) | 318º | 0.89% | 0.8% | - |
| XYZ | 30.36 | 15.48 | 29.82 | - |
| YUV | 91.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 149 | 0 | 0.89 | 0.27 | 0.20 | 318 | 0.8 | 0.44 |
| Hex | CB | 17 | 95 | 0 | 59 | 1B | 14 | 13E | 50 | 2C |
| Octal | 313 | 27 | 225 | 0 | 131 | 33 | 24 | 476 | 120 | 54 |
| Binary | 11001011 | 10111 | 10010101 | 0 | 1011001 | 11011 | 10100 | 100111110 | 1010000 | 101100 |
Color Harmonies of #CB1795
Complementary color
Monochromatic Colors of #CB1795
Black with #CB1795
Text Example
Text Example
White with #CB1795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1795; }
p { color: rgb(203,23,149); }
H1.HeaderClassName
{
color: #CB1795;
}
.AnyTagClassName
{
color: #CB1795;
}
</style>
background-color css
<style>
a { background-color: #CB1795; }
a { background-color: rgb(203,23,149); }
div.DivClassName
{
background-color: #CB1795;
}
.BgClassName
{
background-color: #CB1795;
}
</style>
border-color css
<style>
span { border-color: #CB1795; }
span { border-color: rgb(203,23,149); }
td.TdClassName
{
border-color: #CB1795;
}
.TagClassName
{
border-color: #CB1795;
}
</style>