Shades of Medium Red Violet #C3307D
Tints of Medium Red Violet #C3307D
RGB
CMYK
RGB Variations
Color information
#C3307D (or 0xC3307D) is known color: Medium Red Violet. HEX triplet: C3, 30 and 7D. RGB value is (195,48,125). Sum of RGB (Red+Green+Blue) = 195+48+125=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3307D is #3CCF82. Grayscale: #646464. Windows color (decimal): -3985283 or 8204483. OLE color: 8204483.
HSL color Cylindrical-coordinate representation of color #C3307D: hue angle of 328.57º 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 #C3307D is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 125 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.24 |
| HSL | 328.57º | 0.6% | 0.48% | - |
| HSV(B) | 328.57º | 0.75% | 0.76% | - |
| XYZ | 27.26 | 15.2 | 20.9 | - |
| YUV | 100.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 125 | 0 | 0.75 | 0.36 | 0.24 | 328.57 | 0.6 | 0.48 |
| Hex | C3 | 30 | 7D | 0 | 4B | 24 | 18 | 149 | 3C | 30 |
| Octal | 303 | 60 | 175 | 0 | 113 | 44 | 30 | 511 | 74 | 60 |
| Binary | 11000011 | 110000 | 1111101 | 0 | 1001011 | 100100 | 11000 | 101001001 | 111100 | 110000 |
Color Harmonies of #C3307D
Complementary color
Monochromatic Colors of #C3307D
Black with #C3307D
Text Example
Text Example
White with #C3307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3307D; }
p { color: rgb(195,48,125); }
H1.HeaderClassName
{
color: #C3307D;
}
.AnyTagClassName
{
color: #C3307D;
}
</style>
background-color css
<style>
a { background-color: #C3307D; }
a { background-color: rgb(195,48,125); }
div.DivClassName
{
background-color: #C3307D;
}
.BgClassName
{
background-color: #C3307D;
}
</style>
border-color css
<style>
span { border-color: #C3307D; }
span { border-color: rgb(195,48,125); }
td.TdClassName
{
border-color: #C3307D;
}
.TagClassName
{
border-color: #C3307D;
}
</style>