Shades of Medium Red Violet #C2369A
Tints of Medium Red Violet #C2369A
RGB
CMYK
RGB Variations
Color information
#C2369A (or 0xC2369A) is known color: Medium Red Violet. HEX triplet: C2, 36 and 9A. RGB value is (194,54,154). Sum of RGB (Red+Green+Blue) = 194+54+154=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2369A is #3DC965. Grayscale: #6B6B6B. Windows color (decimal): -4049254 or 10106562. OLE color: 10106562.
HSL color Cylindrical-coordinate representation of color #C2369A: hue angle of 317.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2369A is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 154 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.24 |
| HSL | 317.14º | 0.56% | 0.49% | - |
| HSV(B) | 317.14º | 0.72% | 0.76% | - |
| XYZ | 29.4 | 16.44 | 32.2 | - |
| YUV | 107.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 154 | 0 | 0.72 | 0.21 | 0.24 | 317.14 | 0.56 | 0.49 |
| Hex | C2 | 36 | 9A | 0 | 48 | 15 | 18 | 13D | 38 | 31 |
| Octal | 302 | 66 | 232 | 0 | 110 | 25 | 30 | 475 | 70 | 61 |
| Binary | 11000010 | 110110 | 10011010 | 0 | 1001000 | 10101 | 11000 | 100111101 | 111000 | 110001 |
Color Harmonies of #C2369A
Complementary color
Monochromatic Colors of #C2369A
Black with #C2369A
Text Example
Text Example
White with #C2369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2369A; }
p { color: rgb(194,54,154); }
H1.HeaderClassName
{
color: #C2369A;
}
.AnyTagClassName
{
color: #C2369A;
}
</style>
background-color css
<style>
a { background-color: #C2369A; }
a { background-color: rgb(194,54,154); }
div.DivClassName
{
background-color: #C2369A;
}
.BgClassName
{
background-color: #C2369A;
}
</style>
border-color css
<style>
span { border-color: #C2369A; }
span { border-color: rgb(194,54,154); }
td.TdClassName
{
border-color: #C2369A;
}
.TagClassName
{
border-color: #C2369A;
}
</style>