Shades of Medium Red Violet #C338A3
Tints of Medium Red Violet #C338A3
RGB
CMYK
RGB Variations
Color information
#C338A3 (or 0xC338A3) is known color: Medium Red Violet. HEX triplet: C3, 38 and A3. RGB value is (195,56,163). Sum of RGB (Red+Green+Blue) = 195+56+163=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C338A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C338A3 is #3CC75C. Grayscale: #6D6D6D. Windows color (decimal): -3983197 or 10696899. OLE color: 10696899.
HSL color Cylindrical-coordinate representation of color #C338A3: hue angle of 313.81º 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 #C338A3 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 163 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.24 |
| HSL | 313.81º | 0.55% | 0.49% | - |
| HSV(B) | 313.81º | 0.71% | 0.76% | - |
| XYZ | 30.53 | 17.07 | 36.34 | - |
| YUV | 109.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 163 | 0 | 0.71 | 0.16 | 0.24 | 313.81 | 0.55 | 0.49 |
| Hex | C3 | 38 | A3 | 0 | 47 | 10 | 18 | 13A | 37 | 31 |
| Octal | 303 | 70 | 243 | 0 | 107 | 20 | 30 | 472 | 67 | 61 |
| Binary | 11000011 | 111000 | 10100011 | 0 | 1000111 | 10000 | 11000 | 100111010 | 110111 | 110001 |
Color Harmonies of #C338A3
Complementary color
Monochromatic Colors of #C338A3
Black with #C338A3
Text Example
Text Example
White with #C338A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338A3; }
p { color: rgb(195,56,163); }
H1.HeaderClassName
{
color: #C338A3;
}
.AnyTagClassName
{
color: #C338A3;
}
</style>
background-color css
<style>
a { background-color: #C338A3; }
a { background-color: rgb(195,56,163); }
div.DivClassName
{
background-color: #C338A3;
}
.BgClassName
{
background-color: #C338A3;
}
</style>
border-color css
<style>
span { border-color: #C338A3; }
span { border-color: rgb(195,56,163); }
td.TdClassName
{
border-color: #C338A3;
}
.TagClassName
{
border-color: #C338A3;
}
</style>