Shades of Medium Violet Red #CB178A
Tints of Medium Violet Red #CB178A
RGB
CMYK
RGB Variations
Color information
#CB178A (or 0xCB178A) is known color: Medium Violet Red. HEX triplet: CB, 17 and 8A. RGB value is (203,23,138). Sum of RGB (Red+Green+Blue) = 203+23+138=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB178A is #34E875. Grayscale: #595959. Windows color (decimal): -3467382 or 9050059. OLE color: 9050059.
HSL color Cylindrical-coordinate representation of color #CB178A: hue angle of 321.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 #CB178A is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 138 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.20 |
| HSL | 321.67º | 0.8% | 0.44% | - |
| HSV(B) | 321.67º | 0.89% | 0.8% | - |
| XYZ | 29.52 | 15.14 | 25.41 | - |
| YUV | 89.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 138 | 0 | 0.89 | 0.32 | 0.20 | 321.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 8A | 0 | 59 | 20 | 14 | 142 | 50 | 2C |
| Octal | 313 | 27 | 212 | 0 | 131 | 40 | 24 | 502 | 120 | 54 |
| Binary | 11001011 | 10111 | 10001010 | 0 | 1011001 | 100000 | 10100 | 101000010 | 1010000 | 101100 |
Color Harmonies of #CB178A
Complementary color
Monochromatic Colors of #CB178A
Black with #CB178A
Text Example
Text Example
White with #CB178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB178A; }
p { color: rgb(203,23,138); }
H1.HeaderClassName
{
color: #CB178A;
}
.AnyTagClassName
{
color: #CB178A;
}
</style>
background-color css
<style>
a { background-color: #CB178A; }
a { background-color: rgb(203,23,138); }
div.DivClassName
{
background-color: #CB178A;
}
.BgClassName
{
background-color: #CB178A;
}
</style>
border-color css
<style>
span { border-color: #CB178A; }
span { border-color: rgb(203,23,138); }
td.TdClassName
{
border-color: #CB178A;
}
.TagClassName
{
border-color: #CB178A;
}
</style>