Shades of Medium Red Violet #C2308B
Tints of Medium Red Violet #C2308B
RGB
CMYK
RGB Variations
Color information
#C2308B (or 0xC2308B) is known color: Medium Red Violet. HEX triplet: C2, 30 and 8B. RGB value is (194,48,139). Sum of RGB (Red+Green+Blue) = 194+48+139=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2308B is #3DCF74. Grayscale: #656565. Windows color (decimal): -4050805 or 9121986. OLE color: 9121986.
HSL color Cylindrical-coordinate representation of color #C2308B: hue angle of 322.6º 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 #C2308B is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 139 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.24 |
| HSL | 322.6º | 0.6% | 0.47% | - |
| HSV(B) | 322.6º | 0.75% | 0.76% | - |
| XYZ | 27.97 | 15.45 | 25.93 | - |
| YUV | 102.03 | 148.87 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 139 | 0 | 0.75 | 0.28 | 0.24 | 322.6 | 0.6 | 0.47 |
| Hex | C2 | 30 | 8B | 0 | 4B | 1C | 18 | 143 | 3C | 2F |
| Octal | 302 | 60 | 213 | 0 | 113 | 34 | 30 | 503 | 74 | 57 |
| Binary | 11000010 | 110000 | 10001011 | 0 | 1001011 | 11100 | 11000 | 101000011 | 111100 | 101111 |
Color Harmonies of #C2308B
Complementary color
Monochromatic Colors of #C2308B
Black with #C2308B
Text Example
Text Example
White with #C2308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2308B; }
p { color: rgb(194,48,139); }
H1.HeaderClassName
{
color: #C2308B;
}
.AnyTagClassName
{
color: #C2308B;
}
</style>
background-color css
<style>
a { background-color: #C2308B; }
a { background-color: rgb(194,48,139); }
div.DivClassName
{
background-color: #C2308B;
}
.BgClassName
{
background-color: #C2308B;
}
</style>
border-color css
<style>
span { border-color: #C2308B; }
span { border-color: rgb(194,48,139); }
td.TdClassName
{
border-color: #C2308B;
}
.TagClassName
{
border-color: #C2308B;
}
</style>