Shades of Medium Red Violet #C2308A
Tints of Medium Red Violet #C2308A
RGB
CMYK
RGB Variations
Color information
#C2308A (or 0xC2308A) is known color: Medium Red Violet. HEX triplet: C2, 30 and 8A. RGB value is (194,48,138). Sum of RGB (Red+Green+Blue) = 194+48+138=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C2308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2308A is #3DCF75. Grayscale: #656565. Windows color (decimal): -4050806 or 9056450. OLE color: 9056450.
HSL color Cylindrical-coordinate representation of color #C2308A: hue angle of 323.01º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2308A is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 138 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.24 |
| HSL | 323.01º | 0.6% | 0.47% | - |
| HSV(B) | 323.01º | 0.75% | 0.76% | - |
| XYZ | 27.89 | 15.42 | 25.55 | - |
| YUV | 101.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 138 | 0 | 0.75 | 0.29 | 0.24 | 323.01 | 0.6 | 0.47 |
| Hex | C2 | 30 | 8A | 0 | 4B | 1D | 18 | 143 | 3C | 2F |
| Octal | 302 | 60 | 212 | 0 | 113 | 35 | 30 | 503 | 74 | 57 |
| Binary | 11000010 | 110000 | 10001010 | 0 | 1001011 | 11101 | 11000 | 101000011 | 111100 | 101111 |
Color Harmonies of #C2308A
Complementary color
Monochromatic Colors of #C2308A
Black with #C2308A
Text Example
Text Example
White with #C2308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2308A; }
p { color: rgb(194,48,138); }
H1.HeaderClassName
{
color: #C2308A;
}
.AnyTagClassName
{
color: #C2308A;
}
</style>
background-color css
<style>
a { background-color: #C2308A; }
a { background-color: rgb(194,48,138); }
div.DivClassName
{
background-color: #C2308A;
}
.BgClassName
{
background-color: #C2308A;
}
</style>
border-color css
<style>
span { border-color: #C2308A; }
span { border-color: rgb(194,48,138); }
td.TdClassName
{
border-color: #C2308A;
}
.TagClassName
{
border-color: #C2308A;
}
</style>