Shades of Medium Violet Red #CB1492
Tints of Medium Violet Red #CB1492
RGB
CMYK
RGB Variations
Color information
#CB1492 (or 0xCB1492) is known color: Medium Violet Red. HEX triplet: CB, 14 and 92. RGB value is (203,20,146). Sum of RGB (Red+Green+Blue) = 203+20+146=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1492 is #34EB6D. Grayscale: #585858. Windows color (decimal): -3468142 or 9573579. OLE color: 9573579.
HSL color Cylindrical-coordinate representation of color #CB1492: hue angle of 318.69º 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 #CB1492 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 146 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.20 |
| HSL | 318.69º | 0.82% | 0.44% | - |
| HSV(B) | 318.69º | 0.9% | 0.8% | - |
| XYZ | 30.07 | 15.27 | 28.56 | - |
| YUV | 89.08 | 160.13 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 146 | 0 | 0.90 | 0.28 | 0.20 | 318.69 | 0.82 | 0.44 |
| Hex | CB | 14 | 92 | 0 | 5A | 1C | 14 | 13F | 52 | 2C |
| Octal | 313 | 24 | 222 | 0 | 132 | 34 | 24 | 477 | 122 | 54 |
| Binary | 11001011 | 10100 | 10010010 | 0 | 1011010 | 11100 | 10100 | 100111111 | 1010010 | 101100 |
Color Harmonies of #CB1492
Complementary color
Monochromatic Colors of #CB1492
Black with #CB1492
Text Example
Text Example
White with #CB1492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1492; }
p { color: rgb(203,20,146); }
H1.HeaderClassName
{
color: #CB1492;
}
.AnyTagClassName
{
color: #CB1492;
}
</style>
background-color css
<style>
a { background-color: #CB1492; }
a { background-color: rgb(203,20,146); }
div.DivClassName
{
background-color: #CB1492;
}
.BgClassName
{
background-color: #CB1492;
}
</style>
border-color css
<style>
span { border-color: #CB1492; }
span { border-color: rgb(203,20,146); }
td.TdClassName
{
border-color: #CB1492;
}
.TagClassName
{
border-color: #CB1492;
}
</style>