Shades of Medium Violet Red #CB1273
Tints of Medium Violet Red #CB1273
RGB
CMYK
RGB Variations
Color information
#CB1273 (or 0xCB1273) is known color: Medium Violet Red. HEX triplet: CB, 12 and 73. RGB value is (203,18,115). Sum of RGB (Red+Green+Blue) = 203+18+115=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1273 is #34ED8C. Grayscale: #545454. Windows color (decimal): -3468685 or 7541451. OLE color: 7541451.
HSL color Cylindrical-coordinate representation of color #CB1273: hue angle of 328.54º 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 #CB1273 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 115 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.20 |
| HSL | 328.54º | 0.84% | 0.43% | - |
| HSV(B) | 328.54º | 0.91% | 0.8% | - |
| XYZ | 27.94 | 14.37 | 17.52 | - |
| YUV | 84.37 | 145.29 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 115 | 0 | 0.91 | 0.43 | 0.20 | 328.54 | 0.84 | 0.43 |
| Hex | CB | 12 | 73 | 0 | 5B | 2B | 14 | 149 | 54 | 2B |
| Octal | 313 | 22 | 163 | 0 | 133 | 53 | 24 | 511 | 124 | 53 |
| Binary | 11001011 | 10010 | 1110011 | 0 | 1011011 | 101011 | 10100 | 101001001 | 1010100 | 101011 |
Color Harmonies of #CB1273
Complementary color
Monochromatic Colors of #CB1273
Black with #CB1273
Text Example
Text Example
White with #CB1273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1273; }
p { color: rgb(203,18,115); }
H1.HeaderClassName
{
color: #CB1273;
}
.AnyTagClassName
{
color: #CB1273;
}
</style>
background-color css
<style>
a { background-color: #CB1273; }
a { background-color: rgb(203,18,115); }
div.DivClassName
{
background-color: #CB1273;
}
.BgClassName
{
background-color: #CB1273;
}
</style>
border-color css
<style>
span { border-color: #CB1273; }
span { border-color: rgb(203,18,115); }
td.TdClassName
{
border-color: #CB1273;
}
.TagClassName
{
border-color: #CB1273;
}
</style>