Shades of Medium Violet Red #C023AB
Tints of Medium Violet Red #C023AB
RGB
CMYK
RGB Variations
Color information
#C023AB (or 0xC023AB) is known color: Medium Violet Red. HEX triplet: C0, 23 and AB. RGB value is (192,35,171). Sum of RGB (Red+Green+Blue) = 192+35+171=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C023AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C023AB is #3FDC54. Grayscale: #616161. Windows color (decimal): -4185173 or 11215808. OLE color: 11215808.
HSL color Cylindrical-coordinate representation of color #C023AB: hue angle of 308.03º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C023AB is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 171 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.25 |
| HSL | 308.03º | 0.69% | 0.45% | - |
| HSV(B) | 308.03º | 0.82% | 0.75% | - |
| XYZ | 29.69 | 15.35 | 39.93 | - |
| YUV | 97.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 171 | 0 | 0.82 | 0.11 | 0.25 | 308.03 | 0.69 | 0.45 |
| Hex | C0 | 23 | AB | 0 | 52 | B | 19 | 134 | 45 | 2D |
| Octal | 300 | 43 | 253 | 0 | 122 | 13 | 31 | 464 | 105 | 55 |
| Binary | 11000000 | 100011 | 10101011 | 0 | 1010010 | 1011 | 11001 | 100110100 | 1000101 | 101101 |
Color Harmonies of #C023AB
Complementary color
Monochromatic Colors of #C023AB
Black with #C023AB
Text Example
Text Example
White with #C023AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023AB; }
p { color: rgb(192,35,171); }
H1.HeaderClassName
{
color: #C023AB;
}
.AnyTagClassName
{
color: #C023AB;
}
</style>
background-color css
<style>
a { background-color: #C023AB; }
a { background-color: rgb(192,35,171); }
div.DivClassName
{
background-color: #C023AB;
}
.BgClassName
{
background-color: #C023AB;
}
</style>
border-color css
<style>
span { border-color: #C023AB; }
span { border-color: rgb(192,35,171); }
td.TdClassName
{
border-color: #C023AB;
}
.TagClassName
{
border-color: #C023AB;
}
</style>