Shades of Medium Violet Red #CB057E
Tints of Medium Violet Red #CB057E
RGB
CMYK
RGB Variations
Color information
#CB057E (or 0xCB057E) is known color: Medium Violet Red. HEX triplet: CB, 05 and 7E. RGB value is (203,5,126). Sum of RGB (Red+Green+Blue) = 203+5+126=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB057E is #34FA81. Grayscale: #4D4D4D. Windows color (decimal): -3472002 or 8259019. OLE color: 8259019.
HSL color Cylindrical-coordinate representation of color #CB057E: hue angle of 323.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB057E is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.20 |
| HSL | 323.33º | 0.95% | 0.41% | - |
| HSV(B) | 323.33º | 0.98% | 0.8% | - |
| XYZ | 28.45 | 14.31 | 21 | - |
| YUV | 78 | 155.1 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 126 | 0 | 0.98 | 0.38 | 0.20 | 323.33 | 0.95 | 0.41 |
| Hex | CB | 5 | 7E | 0 | 62 | 26 | 14 | 143 | 5F | 29 |
| Octal | 313 | 5 | 176 | 0 | 142 | 46 | 24 | 503 | 137 | 51 |
| Binary | 11001011 | 101 | 1111110 | 0 | 1100010 | 100110 | 10100 | 101000011 | 1011111 | 101001 |
Color Harmonies of #CB057E
Complementary color
Monochromatic Colors of #CB057E
Black with #CB057E
Text Example
Text Example
White with #CB057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB057E; }
p { color: rgb(203,5,126); }
H1.HeaderClassName
{
color: #CB057E;
}
.AnyTagClassName
{
color: #CB057E;
}
</style>
background-color css
<style>
a { background-color: #CB057E; }
a { background-color: rgb(203,5,126); }
div.DivClassName
{
background-color: #CB057E;
}
.BgClassName
{
background-color: #CB057E;
}
</style>
border-color css
<style>
span { border-color: #CB057E; }
span { border-color: rgb(203,5,126); }
td.TdClassName
{
border-color: #CB057E;
}
.TagClassName
{
border-color: #CB057E;
}
</style>