Shades of Medium Violet Red #CB037F
Tints of Medium Violet Red #CB037F
RGB
CMYK
RGB Variations
Color information
#CB037F (or 0xCB037F) is known color: Medium Violet Red. HEX triplet: CB, 03 and 7F. RGB value is (203,3,127). Sum of RGB (Red+Green+Blue) = 203+3+127=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB037F is #34FC80. Grayscale: #4C4C4C. Windows color (decimal): -3472513 or 8324043. OLE color: 8324043.
HSL color Cylindrical-coordinate representation of color #CB037F: hue angle of 322.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 #CB037F is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 127 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.20 |
| HSL | 322.8º | 0.97% | 0.4% | - |
| HSV(B) | 322.8º | 0.99% | 0.8% | - |
| XYZ | 28.49 | 14.29 | 21.34 | - |
| YUV | 76.94 | 156.26 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 127 | 0 | 0.99 | 0.37 | 0.20 | 322.8 | 0.97 | 0.4 |
| Hex | CB | 3 | 7F | 0 | 63 | 25 | 14 | 143 | 61 | 28 |
| Octal | 313 | 3 | 177 | 0 | 143 | 45 | 24 | 503 | 141 | 50 |
| Binary | 11001011 | 11 | 1111111 | 0 | 1100011 | 100101 | 10100 | 101000011 | 1100001 | 101000 |
Color Harmonies of #CB037F
Complementary color
Monochromatic Colors of #CB037F
Black with #CB037F
Text Example
Text Example
White with #CB037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB037F; }
p { color: rgb(203,3,127); }
H1.HeaderClassName
{
color: #CB037F;
}
.AnyTagClassName
{
color: #CB037F;
}
</style>
background-color css
<style>
a { background-color: #CB037F; }
a { background-color: rgb(203,3,127); }
div.DivClassName
{
background-color: #CB037F;
}
.BgClassName
{
background-color: #CB037F;
}
</style>
border-color css
<style>
span { border-color: #CB037F; }
span { border-color: rgb(203,3,127); }
td.TdClassName
{
border-color: #CB037F;
}
.TagClassName
{
border-color: #CB037F;
}
</style>