Shades of Medium Violet Red #C023AA
Tints of Medium Violet Red #C023AA
RGB
CMYK
RGB Variations
Color information
#C023AA (or 0xC023AA) is known color: Medium Violet Red. HEX triplet: C0, 23 and AA. RGB value is (192,35,170). Sum of RGB (Red+Green+Blue) = 192+35+170=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C023AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C023AA is #3FDC55. Grayscale: #606060. Windows color (decimal): -4185174 or 11150272. OLE color: 11150272.
HSL color Cylindrical-coordinate representation of color #C023AA: hue angle of 308.41º 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 #C023AA is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 170 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.25 |
| HSL | 308.41º | 0.69% | 0.45% | - |
| HSV(B) | 308.41º | 0.82% | 0.75% | - |
| XYZ | 29.59 | 15.31 | 39.43 | - |
| YUV | 97.33 | 169.01 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 170 | 0 | 0.82 | 0.11 | 0.25 | 308.41 | 0.69 | 0.45 |
| Hex | C0 | 23 | AA | 0 | 52 | B | 19 | 134 | 45 | 2D |
| Octal | 300 | 43 | 252 | 0 | 122 | 13 | 31 | 464 | 105 | 55 |
| Binary | 11000000 | 100011 | 10101010 | 0 | 1010010 | 1011 | 11001 | 100110100 | 1000101 | 101101 |
Color Harmonies of #C023AA
Complementary color
Monochromatic Colors of #C023AA
Black with #C023AA
Text Example
Text Example
White with #C023AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023AA; }
p { color: rgb(192,35,170); }
H1.HeaderClassName
{
color: #C023AA;
}
.AnyTagClassName
{
color: #C023AA;
}
</style>
background-color css
<style>
a { background-color: #C023AA; }
a { background-color: rgb(192,35,170); }
div.DivClassName
{
background-color: #C023AA;
}
.BgClassName
{
background-color: #C023AA;
}
</style>
border-color css
<style>
span { border-color: #C023AA; }
span { border-color: rgb(192,35,170); }
td.TdClassName
{
border-color: #C023AA;
}
.TagClassName
{
border-color: #C023AA;
}
</style>