Shades of Medium Violet Red #CB0D75
Tints of Medium Violet Red #CB0D75
RGB
CMYK
RGB Variations
Color information
#CB0D75 (or 0xCB0D75) is known color: Medium Violet Red. HEX triplet: CB, 0D and 75. RGB value is (203,13,117). Sum of RGB (Red+Green+Blue) = 203+13+117=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D75 is #34F28A. Grayscale: #515151. Windows color (decimal): -3469963 or 7671243. OLE color: 7671243.
HSL color Cylindrical-coordinate representation of color #CB0D75: hue angle of 327.16º 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 #CB0D75 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 117 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.20 |
| HSL | 327.16º | 0.88% | 0.42% | - |
| HSV(B) | 327.16º | 0.94% | 0.8% | - |
| XYZ | 27.98 | 14.27 | 18.11 | - |
| YUV | 81.67 | 147.95 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 117 | 0 | 0.94 | 0.42 | 0.20 | 327.16 | 0.88 | 0.42 |
| Hex | CB | D | 75 | 0 | 5E | 2A | 14 | 147 | 58 | 2A |
| Octal | 313 | 15 | 165 | 0 | 136 | 52 | 24 | 507 | 130 | 52 |
| Binary | 11001011 | 1101 | 1110101 | 0 | 1011110 | 101010 | 10100 | 101000111 | 1011000 | 101010 |
Color Harmonies of #CB0D75
Complementary color
Monochromatic Colors of #CB0D75
Black with #CB0D75
Text Example
Text Example
White with #CB0D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D75; }
p { color: rgb(203,13,117); }
H1.HeaderClassName
{
color: #CB0D75;
}
.AnyTagClassName
{
color: #CB0D75;
}
</style>
background-color css
<style>
a { background-color: #CB0D75; }
a { background-color: rgb(203,13,117); }
div.DivClassName
{
background-color: #CB0D75;
}
.BgClassName
{
background-color: #CB0D75;
}
</style>
border-color css
<style>
span { border-color: #CB0D75; }
span { border-color: rgb(203,13,117); }
td.TdClassName
{
border-color: #CB0D75;
}
.TagClassName
{
border-color: #CB0D75;
}
</style>