Shades of Medium Violet Red #CB0370
Tints of Medium Violet Red #CB0370
RGB
CMYK
RGB Variations
Color information
#CB0370 (or 0xCB0370) is known color: Medium Violet Red. HEX triplet: CB, 03 and 70. RGB value is (203,3,112). Sum of RGB (Red+Green+Blue) = 203+3+112=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0370 is #34FC8F. Grayscale: #4A4A4A. Windows color (decimal): -3472528 or 7341003. OLE color: 7341003.
HSL color Cylindrical-coordinate representation of color #CB0370: hue angle of 327.3º 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 #CB0370 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.20 |
| HSL | 327.3º | 0.97% | 0.4% | - |
| HSV(B) | 327.3º | 0.99% | 0.8% | - |
| XYZ | 27.59 | 13.93 | 16.56 | - |
| YUV | 75.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 112 | 0 | 0.99 | 0.45 | 0.20 | 327.3 | 0.97 | 0.4 |
| Hex | CB | 3 | 70 | 0 | 63 | 2D | 14 | 147 | 61 | 28 |
| Octal | 313 | 3 | 160 | 0 | 143 | 55 | 24 | 507 | 141 | 50 |
| Binary | 11001011 | 11 | 1110000 | 0 | 1100011 | 101101 | 10100 | 101000111 | 1100001 | 101000 |
Color Harmonies of #CB0370
Complementary color
Monochromatic Colors of #CB0370
Black with #CB0370
Text Example
Text Example
White with #CB0370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0370; }
p { color: rgb(203,3,112); }
H1.HeaderClassName
{
color: #CB0370;
}
.AnyTagClassName
{
color: #CB0370;
}
</style>
background-color css
<style>
a { background-color: #CB0370; }
a { background-color: rgb(203,3,112); }
div.DivClassName
{
background-color: #CB0370;
}
.BgClassName
{
background-color: #CB0370;
}
</style>
border-color css
<style>
span { border-color: #CB0370; }
span { border-color: rgb(203,3,112); }
td.TdClassName
{
border-color: #CB0370;
}
.TagClassName
{
border-color: #CB0370;
}
</style>