Shades of Medium Red Violet #C028A6
Tints of Medium Red Violet #C028A6
RGB
CMYK
RGB Variations
Color information
#C028A6 (or 0xC028A6) is known color: Medium Red Violet. HEX triplet: C0, 28 and A6. RGB value is (192,40,166). Sum of RGB (Red+Green+Blue) = 192+40+166=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C028A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C028A6 is #3FD759. Grayscale: #636363. Windows color (decimal): -4183898 or 10889408. OLE color: 10889408.
HSL color Cylindrical-coordinate representation of color #C028A6: hue angle of 310.26º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C028A6 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 166 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.25 |
| HSL | 310.26º | 0.66% | 0.45% | - |
| HSV(B) | 310.26º | 0.79% | 0.75% | - |
| XYZ | 29.38 | 15.48 | 37.52 | - |
| YUV | 99.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 166 | 0 | 0.79 | 0.14 | 0.25 | 310.26 | 0.66 | 0.45 |
| Hex | C0 | 28 | A6 | 0 | 4F | E | 19 | 136 | 42 | 2D |
| Octal | 300 | 50 | 246 | 0 | 117 | 16 | 31 | 466 | 102 | 55 |
| Binary | 11000000 | 101000 | 10100110 | 0 | 1001111 | 1110 | 11001 | 100110110 | 1000010 | 101101 |
Color Harmonies of #C028A6
Complementary color
Monochromatic Colors of #C028A6
Black with #C028A6
Text Example
Text Example
White with #C028A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028A6; }
p { color: rgb(192,40,166); }
H1.HeaderClassName
{
color: #C028A6;
}
.AnyTagClassName
{
color: #C028A6;
}
</style>
background-color css
<style>
a { background-color: #C028A6; }
a { background-color: rgb(192,40,166); }
div.DivClassName
{
background-color: #C028A6;
}
.BgClassName
{
background-color: #C028A6;
}
</style>
border-color css
<style>
span { border-color: #C028A6; }
span { border-color: rgb(192,40,166); }
td.TdClassName
{
border-color: #C028A6;
}
.TagClassName
{
border-color: #C028A6;
}
</style>