Shades of Medium Violet Red #CB027B
Tints of Medium Violet Red #CB027B
RGB
CMYK
RGB Variations
Color information
#CB027B (or 0xCB027B) is known color: Medium Violet Red. HEX triplet: CB, 02 and 7B. RGB value is (203,2,123). Sum of RGB (Red+Green+Blue) = 203+2+123=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB027B is #34FD84. Grayscale: #4B4B4B. Windows color (decimal): -3472773 or 8061643. OLE color: 8061643.
HSL color Cylindrical-coordinate representation of color #CB027B: hue angle of 323.88º degrees, saturation: 0.98, 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 #CB027B is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.20 |
| HSL | 323.88º | 0.98% | 0.4% | - |
| HSV(B) | 323.88º | 0.99% | 0.8% | - |
| XYZ | 28.23 | 14.17 | 19.99 | - |
| YUV | 75.89 | 154.59 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 123 | 0 | 0.99 | 0.39 | 0.20 | 323.88 | 0.98 | 0.4 |
| Hex | CB | 2 | 7B | 0 | 63 | 27 | 14 | 144 | 62 | 28 |
| Octal | 313 | 2 | 173 | 0 | 143 | 47 | 24 | 504 | 142 | 50 |
| Binary | 11001011 | 10 | 1111011 | 0 | 1100011 | 100111 | 10100 | 101000100 | 1100010 | 101000 |
Color Harmonies of #CB027B
Complementary color
Monochromatic Colors of #CB027B
Black with #CB027B
Text Example
Text Example
White with #CB027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB027B; }
p { color: rgb(203,2,123); }
H1.HeaderClassName
{
color: #CB027B;
}
.AnyTagClassName
{
color: #CB027B;
}
</style>
background-color css
<style>
a { background-color: #CB027B; }
a { background-color: rgb(203,2,123); }
div.DivClassName
{
background-color: #CB027B;
}
.BgClassName
{
background-color: #CB027B;
}
</style>
border-color css
<style>
span { border-color: #CB027B; }
span { border-color: rgb(203,2,123); }
td.TdClassName
{
border-color: #CB027B;
}
.TagClassName
{
border-color: #CB027B;
}
</style>