Shades of Medium Violet Red #CB036E
Tints of Medium Violet Red #CB036E
RGB
CMYK
RGB Variations
Color information
#CB036E (or 0xCB036E) is known color: Medium Violet Red. HEX triplet: CB, 03 and 6E. RGB value is (203,3,110). Sum of RGB (Red+Green+Blue) = 203+3+110=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB036E is #34FC91. Grayscale: #4A4A4A. Windows color (decimal): -3472530 or 7209931. OLE color: 7209931.
HSL color Cylindrical-coordinate representation of color #CB036E: hue angle of 327.9º 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 #CB036E is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.20 |
| HSL | 327.9º | 0.97% | 0.4% | - |
| HSV(B) | 327.9º | 0.99% | 0.8% | - |
| XYZ | 27.48 | 13.89 | 15.98 | - |
| YUV | 75 | 147.76 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 110 | 0 | 0.99 | 0.46 | 0.20 | 327.9 | 0.97 | 0.4 |
| Hex | CB | 3 | 6E | 0 | 63 | 2E | 14 | 148 | 61 | 28 |
| Octal | 313 | 3 | 156 | 0 | 143 | 56 | 24 | 510 | 141 | 50 |
| Binary | 11001011 | 11 | 1101110 | 0 | 1100011 | 101110 | 10100 | 101001000 | 1100001 | 101000 |
Color Harmonies of #CB036E
Complementary color
Monochromatic Colors of #CB036E
Black with #CB036E
Text Example
Text Example
White with #CB036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB036E; }
p { color: rgb(203,3,110); }
H1.HeaderClassName
{
color: #CB036E;
}
.AnyTagClassName
{
color: #CB036E;
}
</style>
background-color css
<style>
a { background-color: #CB036E; }
a { background-color: rgb(203,3,110); }
div.DivClassName
{
background-color: #CB036E;
}
.BgClassName
{
background-color: #CB036E;
}
</style>
border-color css
<style>
span { border-color: #CB036E; }
span { border-color: rgb(203,3,110); }
td.TdClassName
{
border-color: #CB036E;
}
.TagClassName
{
border-color: #CB036E;
}
</style>