Shades of Medium Violet Red #CB058C
Tints of Medium Violet Red #CB058C
RGB
CMYK
RGB Variations
Color information
#CB058C (or 0xCB058C) is known color: Medium Violet Red. HEX triplet: CB, 05 and 8C. RGB value is (203,5,140). Sum of RGB (Red+Green+Blue) = 203+5+140=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB058C is #34FA73. Grayscale: #4F4F4F. Windows color (decimal): -3471988 or 9176523. OLE color: 9176523.
HSL color Cylindrical-coordinate representation of color #CB058C: hue angle of 319.09º 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 #CB058C is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.20 |
| HSL | 319.09º | 0.95% | 0.41% | - |
| HSV(B) | 319.09º | 0.98% | 0.8% | - |
| XYZ | 29.42 | 14.7 | 26.1 | - |
| YUV | 79.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 140 | 0 | 0.98 | 0.31 | 0.20 | 319.09 | 0.95 | 0.41 |
| Hex | CB | 5 | 8C | 0 | 62 | 1F | 14 | 13F | 5F | 29 |
| Octal | 313 | 5 | 214 | 0 | 142 | 37 | 24 | 477 | 137 | 51 |
| Binary | 11001011 | 101 | 10001100 | 0 | 1100010 | 11111 | 10100 | 100111111 | 1011111 | 101001 |
Color Harmonies of #CB058C
Complementary color
Monochromatic Colors of #CB058C
Black with #CB058C
Text Example
Text Example
White with #CB058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB058C; }
p { color: rgb(203,5,140); }
H1.HeaderClassName
{
color: #CB058C;
}
.AnyTagClassName
{
color: #CB058C;
}
</style>
background-color css
<style>
a { background-color: #CB058C; }
a { background-color: rgb(203,5,140); }
div.DivClassName
{
background-color: #CB058C;
}
.BgClassName
{
background-color: #CB058C;
}
</style>
border-color css
<style>
span { border-color: #CB058C; }
span { border-color: rgb(203,5,140); }
td.TdClassName
{
border-color: #CB058C;
}
.TagClassName
{
border-color: #CB058C;
}
</style>