Shades of Medium Violet Red #CB0393
Tints of Medium Violet Red #CB0393
RGB
CMYK
RGB Variations
Color information
#CB0393 (or 0xCB0393) is known color: Medium Violet Red. HEX triplet: CB, 03 and 93. RGB value is (203,3,147). Sum of RGB (Red+Green+Blue) = 203+3+147=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0393 is #34FC6C. Grayscale: #4E4E4E. Windows color (decimal): -3472493 or 9634763. OLE color: 9634763.
HSL color Cylindrical-coordinate representation of color #CB0393: hue angle of 316.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0393 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 147 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.20 |
| HSL | 316.8º | 0.97% | 0.4% | - |
| HSV(B) | 316.8º | 0.99% | 0.8% | - |
| XYZ | 29.93 | 14.87 | 28.9 | - |
| YUV | 79.22 | 166.26 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 147 | 0 | 0.99 | 0.28 | 0.20 | 316.8 | 0.97 | 0.4 |
| Hex | CB | 3 | 93 | 0 | 63 | 1C | 14 | 13D | 61 | 28 |
| Octal | 313 | 3 | 223 | 0 | 143 | 34 | 24 | 475 | 141 | 50 |
| Binary | 11001011 | 11 | 10010011 | 0 | 1100011 | 11100 | 10100 | 100111101 | 1100001 | 101000 |
Color Harmonies of #CB0393
Complementary color
Monochromatic Colors of #CB0393
Black with #CB0393
Text Example
Text Example
White with #CB0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0393; }
p { color: rgb(203,3,147); }
H1.HeaderClassName
{
color: #CB0393;
}
.AnyTagClassName
{
color: #CB0393;
}
</style>
background-color css
<style>
a { background-color: #CB0393; }
a { background-color: rgb(203,3,147); }
div.DivClassName
{
background-color: #CB0393;
}
.BgClassName
{
background-color: #CB0393;
}
</style>
border-color css
<style>
span { border-color: #CB0393; }
span { border-color: rgb(203,3,147); }
td.TdClassName
{
border-color: #CB0393;
}
.TagClassName
{
border-color: #CB0393;
}
</style>