Shades of Medium Violet Red #CB0D71
Tints of Medium Violet Red #CB0D71
RGB
CMYK
RGB Variations
Color information
#CB0D71 (or 0xCB0D71) is known color: Medium Violet Red. HEX triplet: CB, 0D and 71. RGB value is (203,13,113). Sum of RGB (Red+Green+Blue) = 203+13+113=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D71 is #34F28E. Grayscale: #515151. Windows color (decimal): -3469967 or 7409099. OLE color: 7409099.
HSL color Cylindrical-coordinate representation of color #CB0D71: hue angle of 328.42º 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 #CB0D71 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 113 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.20 |
| HSL | 328.42º | 0.88% | 0.42% | - |
| HSV(B) | 328.42º | 0.94% | 0.8% | - |
| XYZ | 27.75 | 14.18 | 16.9 | - |
| YUV | 81.21 | 145.95 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 113 | 0 | 0.94 | 0.44 | 0.20 | 328.42 | 0.88 | 0.42 |
| Hex | CB | D | 71 | 0 | 5E | 2C | 14 | 148 | 58 | 2A |
| Octal | 313 | 15 | 161 | 0 | 136 | 54 | 24 | 510 | 130 | 52 |
| Binary | 11001011 | 1101 | 1110001 | 0 | 1011110 | 101100 | 10100 | 101001000 | 1011000 | 101010 |
Color Harmonies of #CB0D71
Complementary color
Monochromatic Colors of #CB0D71
Black with #CB0D71
Text Example
Text Example
White with #CB0D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D71; }
p { color: rgb(203,13,113); }
H1.HeaderClassName
{
color: #CB0D71;
}
.AnyTagClassName
{
color: #CB0D71;
}
</style>
background-color css
<style>
a { background-color: #CB0D71; }
a { background-color: rgb(203,13,113); }
div.DivClassName
{
background-color: #CB0D71;
}
.BgClassName
{
background-color: #CB0D71;
}
</style>
border-color css
<style>
span { border-color: #CB0D71; }
span { border-color: rgb(203,13,113); }
td.TdClassName
{
border-color: #CB0D71;
}
.TagClassName
{
border-color: #CB0D71;
}
</style>