Shades of Medium Red Violet #C339A8
Tints of Medium Red Violet #C339A8
RGB
CMYK
RGB Variations
Color information
#C339A8 (or 0xC339A8) is known color: Medium Red Violet. HEX triplet: C3, 39 and A8. RGB value is (195,57,168). Sum of RGB (Red+Green+Blue) = 195+57+168=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C339A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C339A8 is #3CC657. Grayscale: #6E6E6E. Windows color (decimal): -3982936 or 11024835. OLE color: 11024835.
HSL color Cylindrical-coordinate representation of color #C339A8: hue angle of 311.74º 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 #C339A8 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 168 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.24 |
| HSL | 311.74º | 0.55% | 0.49% | - |
| HSV(B) | 311.74º | 0.71% | 0.76% | - |
| XYZ | 31.04 | 17.36 | 38.76 | - |
| YUV | 110.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 168 | 0 | 0.71 | 0.14 | 0.24 | 311.74 | 0.55 | 0.49 |
| Hex | C3 | 39 | A8 | 0 | 47 | E | 18 | 138 | 37 | 31 |
| Octal | 303 | 71 | 250 | 0 | 107 | 16 | 30 | 470 | 67 | 61 |
| Binary | 11000011 | 111001 | 10101000 | 0 | 1000111 | 1110 | 11000 | 100111000 | 110111 | 110001 |
Color Harmonies of #C339A8
Complementary color
Monochromatic Colors of #C339A8
Black with #C339A8
Text Example
Text Example
White with #C339A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339A8; }
p { color: rgb(195,57,168); }
H1.HeaderClassName
{
color: #C339A8;
}
.AnyTagClassName
{
color: #C339A8;
}
</style>
background-color css
<style>
a { background-color: #C339A8; }
a { background-color: rgb(195,57,168); }
div.DivClassName
{
background-color: #C339A8;
}
.BgClassName
{
background-color: #C339A8;
}
</style>
border-color css
<style>
span { border-color: #C339A8; }
span { border-color: rgb(195,57,168); }
td.TdClassName
{
border-color: #C339A8;
}
.TagClassName
{
border-color: #C339A8;
}
</style>