Shades of Medium Violet Red #CB038B
Tints of Medium Violet Red #CB038B
RGB
CMYK
RGB Variations
Color information
#CB038B (or 0xCB038B) is known color: Medium Violet Red. HEX triplet: CB, 03 and 8B. RGB value is (203,3,139). Sum of RGB (Red+Green+Blue) = 203+3+139=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB038B is #34FC74. Grayscale: #4D4D4D. Windows color (decimal): -3472501 or 9110475. OLE color: 9110475.
HSL color Cylindrical-coordinate representation of color #CB038B: hue angle of 319.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 #CB038B is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.20 |
| HSL | 319.2º | 0.97% | 0.4% | - |
| HSV(B) | 319.2º | 0.99% | 0.8% | - |
| XYZ | 29.32 | 14.63 | 25.7 | - |
| YUV | 78.3 | 162.26 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 139 | 0 | 0.99 | 0.32 | 0.20 | 319.2 | 0.97 | 0.4 |
| Hex | CB | 3 | 8B | 0 | 63 | 20 | 14 | 13F | 61 | 28 |
| Octal | 313 | 3 | 213 | 0 | 143 | 40 | 24 | 477 | 141 | 50 |
| Binary | 11001011 | 11 | 10001011 | 0 | 1100011 | 100000 | 10100 | 100111111 | 1100001 | 101000 |
Color Harmonies of #CB038B
Complementary color
Monochromatic Colors of #CB038B
Black with #CB038B
Text Example
Text Example
White with #CB038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB038B; }
p { color: rgb(203,3,139); }
H1.HeaderClassName
{
color: #CB038B;
}
.AnyTagClassName
{
color: #CB038B;
}
</style>
background-color css
<style>
a { background-color: #CB038B; }
a { background-color: rgb(203,3,139); }
div.DivClassName
{
background-color: #CB038B;
}
.BgClassName
{
background-color: #CB038B;
}
</style>
border-color css
<style>
span { border-color: #CB038B; }
span { border-color: rgb(203,3,139); }
td.TdClassName
{
border-color: #CB038B;
}
.TagClassName
{
border-color: #CB038B;
}
</style>