Shades of Medium Red Violet #C1269A
Tints of Medium Red Violet #C1269A
RGB
CMYK
RGB Variations
Color information
#C1269A (or 0xC1269A) is known color: Medium Red Violet. HEX triplet: C1, 26 and 9A. RGB value is (193,38,154). Sum of RGB (Red+Green+Blue) = 193+38+154=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1269A is #3ED965. Grayscale: #616161. Windows color (decimal): -4118886 or 10102465. OLE color: 10102465.
HSL color Cylindrical-coordinate representation of color #C1269A: hue angle of 315.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1269A is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 154 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.24 |
| HSL | 315.1º | 0.67% | 0.45% | - |
| HSV(B) | 315.1º | 0.8% | 0.76% | - |
| XYZ | 28.52 | 15.06 | 31.98 | - |
| YUV | 97.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 154 | 0 | 0.80 | 0.20 | 0.24 | 315.1 | 0.67 | 0.45 |
| Hex | C1 | 26 | 9A | 0 | 50 | 14 | 18 | 13B | 43 | 2D |
| Octal | 301 | 46 | 232 | 0 | 120 | 24 | 30 | 473 | 103 | 55 |
| Binary | 11000001 | 100110 | 10011010 | 0 | 1010000 | 10100 | 11000 | 100111011 | 1000011 | 101101 |
Color Harmonies of #C1269A
Complementary color
Monochromatic Colors of #C1269A
Black with #C1269A
Text Example
Text Example
White with #C1269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1269A; }
p { color: rgb(193,38,154); }
H1.HeaderClassName
{
color: #C1269A;
}
.AnyTagClassName
{
color: #C1269A;
}
</style>
background-color css
<style>
a { background-color: #C1269A; }
a { background-color: rgb(193,38,154); }
div.DivClassName
{
background-color: #C1269A;
}
.BgClassName
{
background-color: #C1269A;
}
</style>
border-color css
<style>
span { border-color: #C1269A; }
span { border-color: rgb(193,38,154); }
td.TdClassName
{
border-color: #C1269A;
}
.TagClassName
{
border-color: #C1269A;
}
</style>