Shades of Medium Violet Red #CB2473
Tints of Medium Violet Red #CB2473
RGB
CMYK
RGB Variations
Color information
#CB2473 (or 0xCB2473) is known color: Medium Violet Red. HEX triplet: CB, 24 and 73. RGB value is (203,36,115). Sum of RGB (Red+Green+Blue) = 203+36+115=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2473 is #34DB8C. Grayscale: #5E5E5E. Windows color (decimal): -3464077 or 7546059. OLE color: 7546059.
HSL color Cylindrical-coordinate representation of color #CB2473: hue angle of 331.62º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2473 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 115 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.20 |
| HSL | 331.62º | 0.7% | 0.47% | - |
| HSV(B) | 331.62º | 0.82% | 0.8% | - |
| XYZ | 28.35 | 15.2 | 17.66 | - |
| YUV | 94.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 115 | 0 | 0.82 | 0.43 | 0.20 | 331.62 | 0.7 | 0.47 |
| Hex | CB | 24 | 73 | 0 | 52 | 2B | 14 | 14C | 46 | 2F |
| Octal | 313 | 44 | 163 | 0 | 122 | 53 | 24 | 514 | 106 | 57 |
| Binary | 11001011 | 100100 | 1110011 | 0 | 1010010 | 101011 | 10100 | 101001100 | 1000110 | 101111 |
Color Harmonies of #CB2473
Complementary color
Monochromatic Colors of #CB2473
Black with #CB2473
Text Example
Text Example
White with #CB2473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2473; }
p { color: rgb(203,36,115); }
H1.HeaderClassName
{
color: #CB2473;
}
.AnyTagClassName
{
color: #CB2473;
}
</style>
background-color css
<style>
a { background-color: #CB2473; }
a { background-color: rgb(203,36,115); }
div.DivClassName
{
background-color: #CB2473;
}
.BgClassName
{
background-color: #CB2473;
}
</style>
border-color css
<style>
span { border-color: #CB2473; }
span { border-color: rgb(203,36,115); }
td.TdClassName
{
border-color: #CB2473;
}
.TagClassName
{
border-color: #CB2473;
}
</style>