Shades of Medium Violet Red #CB0395
Tints of Medium Violet Red #CB0395
RGB
CMYK
RGB Variations
Color information
#CB0395 (or 0xCB0395) is known color: Medium Violet Red. HEX triplet: CB, 03 and 95. RGB value is (203,3,149). Sum of RGB (Red+Green+Blue) = 203+3+149=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0395 is #34FC6A. Grayscale: #4F4F4F. Windows color (decimal): -3472491 or 9765835. OLE color: 9765835.
HSL color Cylindrical-coordinate representation of color #CB0395: hue angle of 316.2º 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 #CB0395 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 149 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.20 |
| HSL | 316.2º | 0.97% | 0.4% | - |
| HSV(B) | 316.2º | 0.99% | 0.8% | - |
| XYZ | 30.09 | 14.93 | 29.73 | - |
| YUV | 79.44 | 167.26 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 149 | 0 | 0.99 | 0.27 | 0.20 | 316.2 | 0.97 | 0.4 |
| Hex | CB | 3 | 95 | 0 | 63 | 1B | 14 | 13C | 61 | 28 |
| Octal | 313 | 3 | 225 | 0 | 143 | 33 | 24 | 474 | 141 | 50 |
| Binary | 11001011 | 11 | 10010101 | 0 | 1100011 | 11011 | 10100 | 100111100 | 1100001 | 101000 |
Color Harmonies of #CB0395
Complementary color
Monochromatic Colors of #CB0395
Black with #CB0395
Text Example
Text Example
White with #CB0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0395; }
p { color: rgb(203,3,149); }
H1.HeaderClassName
{
color: #CB0395;
}
.AnyTagClassName
{
color: #CB0395;
}
</style>
background-color css
<style>
a { background-color: #CB0395; }
a { background-color: rgb(203,3,149); }
div.DivClassName
{
background-color: #CB0395;
}
.BgClassName
{
background-color: #CB0395;
}
</style>
border-color css
<style>
span { border-color: #CB0395; }
span { border-color: rgb(203,3,149); }
td.TdClassName
{
border-color: #CB0395;
}
.TagClassName
{
border-color: #CB0395;
}
</style>