Shades of Medium Violet Red #CB1477
Tints of Medium Violet Red #CB1477
RGB
CMYK
RGB Variations
Color information
#CB1477 (or 0xCB1477) is known color: Medium Violet Red. HEX triplet: CB, 14 and 77. RGB value is (203,20,119). Sum of RGB (Red+Green+Blue) = 203+20+119=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1477 is #34EB88. Grayscale: #555555. Windows color (decimal): -3468169 or 7804107. OLE color: 7804107.
HSL color Cylindrical-coordinate representation of color #CB1477: hue angle of 327.54º 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 #CB1477 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 119 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.20 |
| HSL | 327.54º | 0.82% | 0.44% | - |
| HSV(B) | 327.54º | 0.9% | 0.8% | - |
| XYZ | 28.21 | 14.53 | 18.77 | - |
| YUV | 86 | 146.63 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 119 | 0 | 0.90 | 0.41 | 0.20 | 327.54 | 0.82 | 0.44 |
| Hex | CB | 14 | 77 | 0 | 5A | 29 | 14 | 148 | 52 | 2C |
| Octal | 313 | 24 | 167 | 0 | 132 | 51 | 24 | 510 | 122 | 54 |
| Binary | 11001011 | 10100 | 1110111 | 0 | 1011010 | 101001 | 10100 | 101001000 | 1010010 | 101100 |
Color Harmonies of #CB1477
Complementary color
Monochromatic Colors of #CB1477
Black with #CB1477
Text Example
Text Example
White with #CB1477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1477; }
p { color: rgb(203,20,119); }
H1.HeaderClassName
{
color: #CB1477;
}
.AnyTagClassName
{
color: #CB1477;
}
</style>
background-color css
<style>
a { background-color: #CB1477; }
a { background-color: rgb(203,20,119); }
div.DivClassName
{
background-color: #CB1477;
}
.BgClassName
{
background-color: #CB1477;
}
</style>
border-color css
<style>
span { border-color: #CB1477; }
span { border-color: rgb(203,20,119); }
td.TdClassName
{
border-color: #CB1477;
}
.TagClassName
{
border-color: #CB1477;
}
</style>