Shades of Medium Violet Red #CB0D73
Tints of Medium Violet Red #CB0D73
RGB
CMYK
RGB Variations
Color information
#CB0D73 (or 0xCB0D73) is known color: Medium Violet Red. HEX triplet: CB, 0D and 73. RGB value is (203,13,115). Sum of RGB (Red+Green+Blue) = 203+13+115=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D73 is #34F28C. Grayscale: #515151. Windows color (decimal): -3469965 or 7540171. OLE color: 7540171.
HSL color Cylindrical-coordinate representation of color #CB0D73: hue angle of 327.79º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D73 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 115 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.20 |
| HSL | 327.79º | 0.88% | 0.42% | - |
| HSV(B) | 327.79º | 0.94% | 0.8% | - |
| XYZ | 27.87 | 14.22 | 17.5 | - |
| YUV | 81.44 | 146.95 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 115 | 0 | 0.94 | 0.43 | 0.20 | 327.79 | 0.88 | 0.42 |
| Hex | CB | D | 73 | 0 | 5E | 2B | 14 | 148 | 58 | 2A |
| Octal | 313 | 15 | 163 | 0 | 136 | 53 | 24 | 510 | 130 | 52 |
| Binary | 11001011 | 1101 | 1110011 | 0 | 1011110 | 101011 | 10100 | 101001000 | 1011000 | 101010 |
Color Harmonies of #CB0D73
Complementary color
Monochromatic Colors of #CB0D73
Black with #CB0D73
Text Example
Text Example
White with #CB0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D73; }
p { color: rgb(203,13,115); }
H1.HeaderClassName
{
color: #CB0D73;
}
.AnyTagClassName
{
color: #CB0D73;
}
</style>
background-color css
<style>
a { background-color: #CB0D73; }
a { background-color: rgb(203,13,115); }
div.DivClassName
{
background-color: #CB0D73;
}
.BgClassName
{
background-color: #CB0D73;
}
</style>
border-color css
<style>
span { border-color: #CB0D73; }
span { border-color: rgb(203,13,115); }
td.TdClassName
{
border-color: #CB0D73;
}
.TagClassName
{
border-color: #CB0D73;
}
</style>