Shades of Medium Red Violet #C3398A
Tints of Medium Red Violet #C3398A
RGB
CMYK
RGB Variations
Color information
#C3398A (or 0xC3398A) is known color: Medium Red Violet. HEX triplet: C3, 39 and 8A. RGB value is (195,57,138). Sum of RGB (Red+Green+Blue) = 195+57+138=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3398A is #3CC675. Grayscale: #6B6B6B. Windows color (decimal): -3982966 or 9058755. OLE color: 9058755.
HSL color Cylindrical-coordinate representation of color #C3398A: hue angle of 324.78º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3398A is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 138 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.24 |
| HSL | 324.78º | 0.55% | 0.49% | - |
| HSV(B) | 324.78º | 0.71% | 0.76% | - |
| XYZ | 28.56 | 16.36 | 25.7 | - |
| YUV | 107.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 138 | 0 | 0.71 | 0.29 | 0.24 | 324.78 | 0.55 | 0.49 |
| Hex | C3 | 39 | 8A | 0 | 47 | 1D | 18 | 145 | 37 | 31 |
| Octal | 303 | 71 | 212 | 0 | 107 | 35 | 30 | 505 | 67 | 61 |
| Binary | 11000011 | 111001 | 10001010 | 0 | 1000111 | 11101 | 11000 | 101000101 | 110111 | 110001 |
Color Harmonies of #C3398A
Complementary color
Monochromatic Colors of #C3398A
Black with #C3398A
Text Example
Text Example
White with #C3398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3398A; }
p { color: rgb(195,57,138); }
H1.HeaderClassName
{
color: #C3398A;
}
.AnyTagClassName
{
color: #C3398A;
}
</style>
background-color css
<style>
a { background-color: #C3398A; }
a { background-color: rgb(195,57,138); }
div.DivClassName
{
background-color: #C3398A;
}
.BgClassName
{
background-color: #C3398A;
}
</style>
border-color css
<style>
span { border-color: #C3398A; }
span { border-color: rgb(195,57,138); }
td.TdClassName
{
border-color: #C3398A;
}
.TagClassName
{
border-color: #C3398A;
}
</style>