Shades of Medium Violet Red #CB179F
Tints of Medium Violet Red #CB179F
RGB
CMYK
RGB Variations
Color information
#CB179F (or 0xCB179F) is known color: Medium Violet Red. HEX triplet: CB, 17 and 9F. RGB value is (203,23,159). Sum of RGB (Red+Green+Blue) = 203+23+159=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB179F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB179F is #34E860. Grayscale: #5B5B5B. Windows color (decimal): -3467361 or 10426315. OLE color: 10426315.
HSL color Cylindrical-coordinate representation of color #CB179F: hue angle of 314.67º 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 #CB179F is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 159 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.20 |
| HSL | 314.67º | 0.8% | 0.44% | - |
| HSV(B) | 314.67º | 0.89% | 0.8% | - |
| XYZ | 31.19 | 15.81 | 34.21 | - |
| YUV | 92.32 | 165.63 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 159 | 0 | 0.89 | 0.22 | 0.20 | 314.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 9F | 0 | 59 | 16 | 14 | 13B | 50 | 2C |
| Octal | 313 | 27 | 237 | 0 | 131 | 26 | 24 | 473 | 120 | 54 |
| Binary | 11001011 | 10111 | 10011111 | 0 | 1011001 | 10110 | 10100 | 100111011 | 1010000 | 101100 |
Color Harmonies of #CB179F
Complementary color
Monochromatic Colors of #CB179F
Black with #CB179F
Text Example
Text Example
White with #CB179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB179F; }
p { color: rgb(203,23,159); }
H1.HeaderClassName
{
color: #CB179F;
}
.AnyTagClassName
{
color: #CB179F;
}
</style>
background-color css
<style>
a { background-color: #CB179F; }
a { background-color: rgb(203,23,159); }
div.DivClassName
{
background-color: #CB179F;
}
.BgClassName
{
background-color: #CB179F;
}
</style>
border-color css
<style>
span { border-color: #CB179F; }
span { border-color: rgb(203,23,159); }
td.TdClassName
{
border-color: #CB179F;
}
.TagClassName
{
border-color: #CB179F;
}
</style>