Shades of Medium Red Violet #C2369B
Tints of Medium Red Violet #C2369B
RGB
CMYK
RGB Variations
Color information
#C2369B (or 0xC2369B) is known color: Medium Red Violet. HEX triplet: C2, 36 and 9B. RGB value is (194,54,155). Sum of RGB (Red+Green+Blue) = 194+54+155=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2369B is #3DC964. Grayscale: #6B6B6B. Windows color (decimal): -4049253 or 10172098. OLE color: 10172098.
HSL color Cylindrical-coordinate representation of color #C2369B: hue angle of 316.71º 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 #C2369B is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 155 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.24 |
| HSL | 316.71º | 0.56% | 0.49% | - |
| HSV(B) | 316.71º | 0.72% | 0.76% | - |
| XYZ | 29.48 | 16.47 | 32.64 | - |
| YUV | 107.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 155 | 0 | 0.72 | 0.20 | 0.24 | 316.71 | 0.56 | 0.49 |
| Hex | C2 | 36 | 9B | 0 | 48 | 14 | 18 | 13D | 38 | 31 |
| Octal | 302 | 66 | 233 | 0 | 110 | 24 | 30 | 475 | 70 | 61 |
| Binary | 11000010 | 110110 | 10011011 | 0 | 1001000 | 10100 | 11000 | 100111101 | 111000 | 110001 |
Color Harmonies of #C2369B
Complementary color
Monochromatic Colors of #C2369B
Black with #C2369B
Text Example
Text Example
White with #C2369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2369B; }
p { color: rgb(194,54,155); }
H1.HeaderClassName
{
color: #C2369B;
}
.AnyTagClassName
{
color: #C2369B;
}
</style>
background-color css
<style>
a { background-color: #C2369B; }
a { background-color: rgb(194,54,155); }
div.DivClassName
{
background-color: #C2369B;
}
.BgClassName
{
background-color: #C2369B;
}
</style>
border-color css
<style>
span { border-color: #C2369B; }
span { border-color: rgb(194,54,155); }
td.TdClassName
{
border-color: #C2369B;
}
.TagClassName
{
border-color: #C2369B;
}
</style>