Shades of Medium Violet Red #CB1297
Tints of Medium Violet Red #CB1297
RGB
CMYK
RGB Variations
Color information
#CB1297 (or 0xCB1297) is known color: Medium Violet Red. HEX triplet: CB, 12 and 97. RGB value is (203,18,151). Sum of RGB (Red+Green+Blue) = 203+18+151=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1297 is #34ED68. Grayscale: #585858. Windows color (decimal): -3468649 or 9900747. OLE color: 9900747.
HSL color Cylindrical-coordinate representation of color #CB1297: hue angle of 316.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1297 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 151 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.20 |
| HSL | 316.86º | 0.84% | 0.43% | - |
| HSV(B) | 316.86º | 0.91% | 0.8% | - |
| XYZ | 30.43 | 15.36 | 30.64 | - |
| YUV | 88.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 151 | 0 | 0.91 | 0.26 | 0.20 | 316.86 | 0.84 | 0.43 |
| Hex | CB | 12 | 97 | 0 | 5B | 1A | 14 | 13D | 54 | 2B |
| Octal | 313 | 22 | 227 | 0 | 133 | 32 | 24 | 475 | 124 | 53 |
| Binary | 11001011 | 10010 | 10010111 | 0 | 1011011 | 11010 | 10100 | 100111101 | 1010100 | 101011 |
Color Harmonies of #CB1297
Complementary color
Monochromatic Colors of #CB1297
Black with #CB1297
Text Example
Text Example
White with #CB1297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1297; }
p { color: rgb(203,18,151); }
H1.HeaderClassName
{
color: #CB1297;
}
.AnyTagClassName
{
color: #CB1297;
}
</style>
background-color css
<style>
a { background-color: #CB1297; }
a { background-color: rgb(203,18,151); }
div.DivClassName
{
background-color: #CB1297;
}
.BgClassName
{
background-color: #CB1297;
}
</style>
border-color css
<style>
span { border-color: #CB1297; }
span { border-color: rgb(203,18,151); }
td.TdClassName
{
border-color: #CB1297;
}
.TagClassName
{
border-color: #CB1297;
}
</style>