Shades of Medium Violet Red #CB056D
Tints of Medium Violet Red #CB056D
RGB
CMYK
RGB Variations
Color information
#CB056D (or 0xCB056D) is known color: Medium Violet Red. HEX triplet: CB, 05 and 6D. RGB value is (203,5,109). Sum of RGB (Red+Green+Blue) = 203+5+109=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB056D is #34FA92. Grayscale: #4B4B4B. Windows color (decimal): -3472019 or 7144907. OLE color: 7144907.
HSL color Cylindrical-coordinate representation of color #CB056D: hue angle of 328.48º 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 #CB056D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.20 |
| HSL | 328.48º | 0.95% | 0.41% | - |
| HSV(B) | 328.48º | 0.98% | 0.8% | - |
| XYZ | 27.44 | 13.91 | 15.71 | - |
| YUV | 76.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 109 | 0 | 0.98 | 0.46 | 0.20 | 328.48 | 0.95 | 0.41 |
| Hex | CB | 5 | 6D | 0 | 62 | 2E | 14 | 148 | 5F | 29 |
| Octal | 313 | 5 | 155 | 0 | 142 | 56 | 24 | 510 | 137 | 51 |
| Binary | 11001011 | 101 | 1101101 | 0 | 1100010 | 101110 | 10100 | 101001000 | 1011111 | 101001 |
Color Harmonies of #CB056D
Complementary color
Monochromatic Colors of #CB056D
Black with #CB056D
Text Example
Text Example
White with #CB056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB056D; }
p { color: rgb(203,5,109); }
H1.HeaderClassName
{
color: #CB056D;
}
.AnyTagClassName
{
color: #CB056D;
}
</style>
background-color css
<style>
a { background-color: #CB056D; }
a { background-color: rgb(203,5,109); }
div.DivClassName
{
background-color: #CB056D;
}
.BgClassName
{
background-color: #CB056D;
}
</style>
border-color css
<style>
span { border-color: #CB056D; }
span { border-color: rgb(203,5,109); }
td.TdClassName
{
border-color: #CB056D;
}
.TagClassName
{
border-color: #CB056D;
}
</style>