Shades of Medium Red Violet #C338A7
Tints of Medium Red Violet #C338A7
RGB
CMYK
RGB Variations
Color information
#C338A7 (or 0xC338A7) is known color: Medium Red Violet. HEX triplet: C3, 38 and A7. RGB value is (195,56,167). Sum of RGB (Red+Green+Blue) = 195+56+167=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C338A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C338A7 is #3CC758. Grayscale: #6D6D6D. Windows color (decimal): -3983193 or 10959043. OLE color: 10959043.
HSL color Cylindrical-coordinate representation of color #C338A7: hue angle of 312.09º 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 #C338A7 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 167 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.24 |
| HSL | 312.09º | 0.55% | 0.49% | - |
| HSV(B) | 312.09º | 0.71% | 0.76% | - |
| XYZ | 30.89 | 17.22 | 38.25 | - |
| YUV | 110.22 | 160.05 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 167 | 0 | 0.71 | 0.14 | 0.24 | 312.09 | 0.55 | 0.49 |
| Hex | C3 | 38 | A7 | 0 | 47 | E | 18 | 138 | 37 | 31 |
| Octal | 303 | 70 | 247 | 0 | 107 | 16 | 30 | 470 | 67 | 61 |
| Binary | 11000011 | 111000 | 10100111 | 0 | 1000111 | 1110 | 11000 | 100111000 | 110111 | 110001 |
Color Harmonies of #C338A7
Complementary color
Monochromatic Colors of #C338A7
Black with #C338A7
Text Example
Text Example
White with #C338A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338A7; }
p { color: rgb(195,56,167); }
H1.HeaderClassName
{
color: #C338A7;
}
.AnyTagClassName
{
color: #C338A7;
}
</style>
background-color css
<style>
a { background-color: #C338A7; }
a { background-color: rgb(195,56,167); }
div.DivClassName
{
background-color: #C338A7;
}
.BgClassName
{
background-color: #C338A7;
}
</style>
border-color css
<style>
span { border-color: #C338A7; }
span { border-color: rgb(195,56,167); }
td.TdClassName
{
border-color: #C338A7;
}
.TagClassName
{
border-color: #C338A7;
}
</style>