Shades of Medium Red Violet #C0269D
Tints of Medium Red Violet #C0269D
RGB
CMYK
RGB Variations
Color information
#C0269D (or 0xC0269D) is known color: Medium Red Violet. HEX triplet: C0, 26 and 9D. RGB value is (192,38,157). Sum of RGB (Red+Green+Blue) = 192+38+157=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0269D is #3FD962. Grayscale: #616161. Windows color (decimal): -4184419 or 10299072. OLE color: 10299072.
HSL color Cylindrical-coordinate representation of color #C0269D: hue angle of 313.64º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0269D is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 157 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.25 |
| HSL | 313.64º | 0.67% | 0.45% | - |
| HSV(B) | 313.64º | 0.8% | 0.75% | - |
| XYZ | 28.52 | 15.03 | 33.3 | - |
| YUV | 97.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 157 | 0 | 0.80 | 0.18 | 0.25 | 313.64 | 0.67 | 0.45 |
| Hex | C0 | 26 | 9D | 0 | 50 | 12 | 19 | 13A | 43 | 2D |
| Octal | 300 | 46 | 235 | 0 | 120 | 22 | 31 | 472 | 103 | 55 |
| Binary | 11000000 | 100110 | 10011101 | 0 | 1010000 | 10010 | 11001 | 100111010 | 1000011 | 101101 |
Color Harmonies of #C0269D
Complementary color
Monochromatic Colors of #C0269D
Black with #C0269D
Text Example
Text Example
White with #C0269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0269D; }
p { color: rgb(192,38,157); }
H1.HeaderClassName
{
color: #C0269D;
}
.AnyTagClassName
{
color: #C0269D;
}
</style>
background-color css
<style>
a { background-color: #C0269D; }
a { background-color: rgb(192,38,157); }
div.DivClassName
{
background-color: #C0269D;
}
.BgClassName
{
background-color: #C0269D;
}
</style>
border-color css
<style>
span { border-color: #C0269D; }
span { border-color: rgb(192,38,157); }
td.TdClassName
{
border-color: #C0269D;
}
.TagClassName
{
border-color: #C0269D;
}
</style>