Shades of Medium Red Violet #C3309D
Tints of Medium Red Violet #C3309D
RGB
CMYK
RGB Variations
Color information
#C3309D (or 0xC3309D) is known color: Medium Red Violet. HEX triplet: C3, 30 and 9D. RGB value is (195,48,157). Sum of RGB (Red+Green+Blue) = 195+48+157=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3309D is #3CCF62. Grayscale: #686868. Windows color (decimal): -3985251 or 10301635. OLE color: 10301635.
HSL color Cylindrical-coordinate representation of color #C3309D: hue angle of 315.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3309D is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 157 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.24 |
| HSL | 315.51º | 0.6% | 0.48% | - |
| HSV(B) | 315.51º | 0.75% | 0.76% | - |
| XYZ | 29.65 | 16.15 | 33.45 | - |
| YUV | 104.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 157 | 0 | 0.75 | 0.19 | 0.24 | 315.51 | 0.6 | 0.48 |
| Hex | C3 | 30 | 9D | 0 | 4B | 13 | 18 | 13C | 3C | 30 |
| Octal | 303 | 60 | 235 | 0 | 113 | 23 | 30 | 474 | 74 | 60 |
| Binary | 11000011 | 110000 | 10011101 | 0 | 1001011 | 10011 | 11000 | 100111100 | 111100 | 110000 |
Color Harmonies of #C3309D
Complementary color
Monochromatic Colors of #C3309D
Black with #C3309D
Text Example
Text Example
White with #C3309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3309D; }
p { color: rgb(195,48,157); }
H1.HeaderClassName
{
color: #C3309D;
}
.AnyTagClassName
{
color: #C3309D;
}
</style>
background-color css
<style>
a { background-color: #C3309D; }
a { background-color: rgb(195,48,157); }
div.DivClassName
{
background-color: #C3309D;
}
.BgClassName
{
background-color: #C3309D;
}
</style>
border-color css
<style>
span { border-color: #C3309D; }
span { border-color: rgb(195,48,157); }
td.TdClassName
{
border-color: #C3309D;
}
.TagClassName
{
border-color: #C3309D;
}
</style>