Shades of Medium Violet Red #C6269D
Tints of Medium Violet Red #C6269D
RGB
CMYK
RGB Variations
Color information
#C6269D (or 0xC6269D) is known color: Medium Violet Red. HEX triplet: C6, 26 and 9D. RGB value is (198,38,157). Sum of RGB (Red+Green+Blue) = 198+38+157=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6269D is #39D962. Grayscale: #636363. Windows color (decimal): -3791203 or 10299078. OLE color: 10299078.
HSL color Cylindrical-coordinate representation of color #C6269D: hue angle of 315.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6269D is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 157 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.22 |
| HSL | 315.38º | 0.68% | 0.46% | - |
| HSV(B) | 315.38º | 0.81% | 0.78% | - |
| XYZ | 30.07 | 15.83 | 33.37 | - |
| YUV | 99.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 157 | 0 | 0.81 | 0.21 | 0.22 | 315.38 | 0.68 | 0.46 |
| Hex | C6 | 26 | 9D | 0 | 51 | 15 | 16 | 13B | 44 | 2E |
| Octal | 306 | 46 | 235 | 0 | 121 | 25 | 26 | 473 | 104 | 56 |
| Binary | 11000110 | 100110 | 10011101 | 0 | 1010001 | 10101 | 10110 | 100111011 | 1000100 | 101110 |
Color Harmonies of #C6269D
Complementary color
Monochromatic Colors of #C6269D
Black with #C6269D
Text Example
Text Example
White with #C6269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6269D; }
p { color: rgb(198,38,157); }
H1.HeaderClassName
{
color: #C6269D;
}
.AnyTagClassName
{
color: #C6269D;
}
</style>
background-color css
<style>
a { background-color: #C6269D; }
a { background-color: rgb(198,38,157); }
div.DivClassName
{
background-color: #C6269D;
}
.BgClassName
{
background-color: #C6269D;
}
</style>
border-color css
<style>
span { border-color: #C6269D; }
span { border-color: rgb(198,38,157); }
td.TdClassName
{
border-color: #C6269D;
}
.TagClassName
{
border-color: #C6269D;
}
</style>