Shades of Medium Red Violet #C2268A
Tints of Medium Red Violet #C2268A
RGB
CMYK
RGB Variations
Color information
#C2268A (or 0xC2268A) is known color: Medium Red Violet. HEX triplet: C2, 26 and 8A. RGB value is (194,38,138). Sum of RGB (Red+Green+Blue) = 194+38+138=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2268A is #3DD975. Grayscale: #5F5F5F. Windows color (decimal): -4053366 or 9053890. OLE color: 9053890.
HSL color Cylindrical-coordinate representation of color #C2268A: hue angle of 321.54º 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 #C2268A is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 138 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.24 |
| HSL | 321.54º | 0.67% | 0.45% | - |
| HSV(B) | 321.54º | 0.8% | 0.76% | - |
| XYZ | 27.53 | 14.69 | 25.43 | - |
| YUV | 96.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 138 | 0 | 0.80 | 0.29 | 0.24 | 321.54 | 0.67 | 0.45 |
| Hex | C2 | 26 | 8A | 0 | 50 | 1D | 18 | 142 | 43 | 2D |
| Octal | 302 | 46 | 212 | 0 | 120 | 35 | 30 | 502 | 103 | 55 |
| Binary | 11000010 | 100110 | 10001010 | 0 | 1010000 | 11101 | 11000 | 101000010 | 1000011 | 101101 |
Color Harmonies of #C2268A
Complementary color
Monochromatic Colors of #C2268A
Black with #C2268A
Text Example
Text Example
White with #C2268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2268A; }
p { color: rgb(194,38,138); }
H1.HeaderClassName
{
color: #C2268A;
}
.AnyTagClassName
{
color: #C2268A;
}
</style>
background-color css
<style>
a { background-color: #C2268A; }
a { background-color: rgb(194,38,138); }
div.DivClassName
{
background-color: #C2268A;
}
.BgClassName
{
background-color: #C2268A;
}
</style>
border-color css
<style>
span { border-color: #C2268A; }
span { border-color: rgb(194,38,138); }
td.TdClassName
{
border-color: #C2268A;
}
.TagClassName
{
border-color: #C2268A;
}
</style>