Shades of Medium Violet Red #CB177A
Tints of Medium Violet Red #CB177A
RGB
CMYK
RGB Variations
Color information
#CB177A (or 0xCB177A) is known color: Medium Violet Red. HEX triplet: CB, 17 and 7A. RGB value is (203,23,122). Sum of RGB (Red+Green+Blue) = 203+23+122=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB177A is #34E885. Grayscale: #575757. Windows color (decimal): -3467398 or 8001483. OLE color: 8001483.
HSL color Cylindrical-coordinate representation of color #CB177A: hue angle of 327º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB177A is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 122 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.20 |
| HSL | 327º | 0.8% | 0.44% | - |
| HSV(B) | 327º | 0.89% | 0.8% | - |
| XYZ | 28.45 | 14.71 | 19.75 | - |
| YUV | 88.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 122 | 0 | 0.89 | 0.40 | 0.20 | 327 | 0.8 | 0.44 |
| Hex | CB | 17 | 7A | 0 | 59 | 28 | 14 | 147 | 50 | 2C |
| Octal | 313 | 27 | 172 | 0 | 131 | 50 | 24 | 507 | 120 | 54 |
| Binary | 11001011 | 10111 | 1111010 | 0 | 1011001 | 101000 | 10100 | 101000111 | 1010000 | 101100 |
Color Harmonies of #CB177A
Complementary color
Monochromatic Colors of #CB177A
Black with #CB177A
Text Example
Text Example
White with #CB177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB177A; }
p { color: rgb(203,23,122); }
H1.HeaderClassName
{
color: #CB177A;
}
.AnyTagClassName
{
color: #CB177A;
}
</style>
background-color css
<style>
a { background-color: #CB177A; }
a { background-color: rgb(203,23,122); }
div.DivClassName
{
background-color: #CB177A;
}
.BgClassName
{
background-color: #CB177A;
}
</style>
border-color css
<style>
span { border-color: #CB177A; }
span { border-color: rgb(203,23,122); }
td.TdClassName
{
border-color: #CB177A;
}
.TagClassName
{
border-color: #CB177A;
}
</style>