Shades of Medium Violet Red #CB19AC
Tints of Medium Violet Red #CB19AC
RGB
CMYK
RGB Variations
Color information
#CB19AC (or 0xCB19AC) is known color: Medium Violet Red. HEX triplet: CB, 19 and AC. RGB value is (203,25,172). Sum of RGB (Red+Green+Blue) = 203+25+172=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB19AC is #34E653. Grayscale: #5E5E5E. Windows color (decimal): -3466836 or 11278795. OLE color: 11278795.
HSL color Cylindrical-coordinate representation of color #CB19AC: hue angle of 310.45º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB19AC is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 172 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.20 |
| HSL | 310.45º | 0.78% | 0.45% | - |
| HSV(B) | 310.45º | 0.88% | 0.8% | - |
| XYZ | 32.42 | 16.37 | 40.48 | - |
| YUV | 94.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 172 | 0 | 0.88 | 0.15 | 0.20 | 310.45 | 0.78 | 0.45 |
| Hex | CB | 19 | AC | 0 | 58 | F | 14 | 136 | 4E | 2D |
| Octal | 313 | 31 | 254 | 0 | 130 | 17 | 24 | 466 | 116 | 55 |
| Binary | 11001011 | 11001 | 10101100 | 0 | 1011000 | 1111 | 10100 | 100110110 | 1001110 | 101101 |
Color Harmonies of #CB19AC
Complementary color
Monochromatic Colors of #CB19AC
Black with #CB19AC
Text Example
Text Example
White with #CB19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19AC; }
p { color: rgb(203,25,172); }
H1.HeaderClassName
{
color: #CB19AC;
}
.AnyTagClassName
{
color: #CB19AC;
}
</style>
background-color css
<style>
a { background-color: #CB19AC; }
a { background-color: rgb(203,25,172); }
div.DivClassName
{
background-color: #CB19AC;
}
.BgClassName
{
background-color: #CB19AC;
}
</style>
border-color css
<style>
span { border-color: #CB19AC; }
span { border-color: rgb(203,25,172); }
td.TdClassName
{
border-color: #CB19AC;
}
.TagClassName
{
border-color: #CB19AC;
}
</style>