Shades of Medium Violet Red #CB1495
Tints of Medium Violet Red #CB1495
RGB
CMYK
RGB Variations
Color information
#CB1495 (or 0xCB1495) is known color: Medium Violet Red. HEX triplet: CB, 14 and 95. RGB value is (203,20,149). Sum of RGB (Red+Green+Blue) = 203+20+149=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1495 is #34EB6A. Grayscale: #595959. Windows color (decimal): -3468139 or 9770187. OLE color: 9770187.
HSL color Cylindrical-coordinate representation of color #CB1495: hue angle of 317.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1495 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 149 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.20 |
| HSL | 317.7º | 0.82% | 0.44% | - |
| HSV(B) | 317.7º | 0.9% | 0.8% | - |
| XYZ | 30.3 | 15.37 | 29.8 | - |
| YUV | 89.42 | 161.63 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 149 | 0 | 0.90 | 0.27 | 0.20 | 317.7 | 0.82 | 0.44 |
| Hex | CB | 14 | 95 | 0 | 5A | 1B | 14 | 13E | 52 | 2C |
| Octal | 313 | 24 | 225 | 0 | 132 | 33 | 24 | 476 | 122 | 54 |
| Binary | 11001011 | 10100 | 10010101 | 0 | 1011010 | 11011 | 10100 | 100111110 | 1010010 | 101100 |
Color Harmonies of #CB1495
Complementary color
Monochromatic Colors of #CB1495
Black with #CB1495
Text Example
Text Example
White with #CB1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1495; }
p { color: rgb(203,20,149); }
H1.HeaderClassName
{
color: #CB1495;
}
.AnyTagClassName
{
color: #CB1495;
}
</style>
background-color css
<style>
a { background-color: #CB1495; }
a { background-color: rgb(203,20,149); }
div.DivClassName
{
background-color: #CB1495;
}
.BgClassName
{
background-color: #CB1495;
}
</style>
border-color css
<style>
span { border-color: #CB1495; }
span { border-color: rgb(203,20,149); }
td.TdClassName
{
border-color: #CB1495;
}
.TagClassName
{
border-color: #CB1495;
}
</style>