Shades of Medium Violet Red #CB027E
Tints of Medium Violet Red #CB027E
RGB
CMYK
RGB Variations
Color information
#CB027E (or 0xCB027E) is known color: Medium Violet Red. HEX triplet: CB, 02 and 7E. RGB value is (203,2,126). Sum of RGB (Red+Green+Blue) = 203+2+126=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB027E is #34FD81. Grayscale: #4B4B4B. Windows color (decimal): -3472770 or 8258251. OLE color: 8258251.
HSL color Cylindrical-coordinate representation of color #CB027E: hue angle of 322.99º 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 #CB027E is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.20 |
| HSL | 322.99º | 0.98% | 0.4% | - |
| HSV(B) | 322.99º | 0.99% | 0.8% | - |
| XYZ | 28.42 | 14.25 | 20.99 | - |
| YUV | 76.24 | 156.09 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 126 | 0 | 0.99 | 0.38 | 0.20 | 322.99 | 0.98 | 0.4 |
| Hex | CB | 2 | 7E | 0 | 63 | 26 | 14 | 143 | 62 | 28 |
| Octal | 313 | 2 | 176 | 0 | 143 | 46 | 24 | 503 | 142 | 50 |
| Binary | 11001011 | 10 | 1111110 | 0 | 1100011 | 100110 | 10100 | 101000011 | 1100010 | 101000 |
Color Harmonies of #CB027E
Complementary color
Monochromatic Colors of #CB027E
Black with #CB027E
Text Example
Text Example
White with #CB027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB027E; }
p { color: rgb(203,2,126); }
H1.HeaderClassName
{
color: #CB027E;
}
.AnyTagClassName
{
color: #CB027E;
}
</style>
background-color css
<style>
a { background-color: #CB027E; }
a { background-color: rgb(203,2,126); }
div.DivClassName
{
background-color: #CB027E;
}
.BgClassName
{
background-color: #CB027E;
}
</style>
border-color css
<style>
span { border-color: #CB027E; }
span { border-color: rgb(203,2,126); }
td.TdClassName
{
border-color: #CB027E;
}
.TagClassName
{
border-color: #CB027E;
}
</style>