Shades of Medium Violet Red #C4269C
Tints of Medium Violet Red #C4269C
RGB
CMYK
RGB Variations
Color information
#C4269C (or 0xC4269C) is known color: Medium Violet Red. HEX triplet: C4, 26 and 9C. RGB value is (196,38,156). Sum of RGB (Red+Green+Blue) = 196+38+156=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4269C is #3BD963. Grayscale: #626262. Windows color (decimal): -3922276 or 10233540. OLE color: 10233540.
HSL color Cylindrical-coordinate representation of color #C4269C: hue angle of 315.19º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4269C is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 156 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.23 |
| HSL | 315.19º | 0.68% | 0.46% | - |
| HSV(B) | 315.19º | 0.81% | 0.77% | - |
| XYZ | 29.46 | 15.52 | 32.9 | - |
| YUV | 98.69 | 160.35 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 156 | 0 | 0.81 | 0.20 | 0.23 | 315.19 | 0.68 | 0.46 |
| Hex | C4 | 26 | 9C | 0 | 51 | 14 | 17 | 13B | 44 | 2E |
| Octal | 304 | 46 | 234 | 0 | 121 | 24 | 27 | 473 | 104 | 56 |
| Binary | 11000100 | 100110 | 10011100 | 0 | 1010001 | 10100 | 10111 | 100111011 | 1000100 | 101110 |
Color Harmonies of #C4269C
Complementary color
Monochromatic Colors of #C4269C
Black with #C4269C
Text Example
Text Example
White with #C4269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4269C; }
p { color: rgb(196,38,156); }
H1.HeaderClassName
{
color: #C4269C;
}
.AnyTagClassName
{
color: #C4269C;
}
</style>
background-color css
<style>
a { background-color: #C4269C; }
a { background-color: rgb(196,38,156); }
div.DivClassName
{
background-color: #C4269C;
}
.BgClassName
{
background-color: #C4269C;
}
</style>
border-color css
<style>
span { border-color: #C4269C; }
span { border-color: rgb(196,38,156); }
td.TdClassName
{
border-color: #C4269C;
}
.TagClassName
{
border-color: #C4269C;
}
</style>