Shades of Medium Red Violet #C3307B
Tints of Medium Red Violet #C3307B
RGB
CMYK
RGB Variations
Color information
#C3307B (or 0xC3307B) is known color: Medium Red Violet. HEX triplet: C3, 30 and 7B. RGB value is (195,48,123). Sum of RGB (Red+Green+Blue) = 195+48+123=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C3307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3307B is #3CCF84. Grayscale: #646464. Windows color (decimal): -3985285 or 8073411. OLE color: 8073411.
HSL color Cylindrical-coordinate representation of color #C3307B: hue angle of 329.39º 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 #C3307B is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 123 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.24 |
| HSL | 329.39º | 0.6% | 0.48% | - |
| HSV(B) | 329.39º | 0.75% | 0.76% | - |
| XYZ | 27.14 | 15.15 | 20.23 | - |
| YUV | 100.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 123 | 0 | 0.75 | 0.37 | 0.24 | 329.39 | 0.6 | 0.48 |
| Hex | C3 | 30 | 7B | 0 | 4B | 25 | 18 | 149 | 3C | 30 |
| Octal | 303 | 60 | 173 | 0 | 113 | 45 | 30 | 511 | 74 | 60 |
| Binary | 11000011 | 110000 | 1111011 | 0 | 1001011 | 100101 | 11000 | 101001001 | 111100 | 110000 |
Color Harmonies of #C3307B
Complementary color
Monochromatic Colors of #C3307B
Black with #C3307B
Text Example
Text Example
White with #C3307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3307B; }
p { color: rgb(195,48,123); }
H1.HeaderClassName
{
color: #C3307B;
}
.AnyTagClassName
{
color: #C3307B;
}
</style>
background-color css
<style>
a { background-color: #C3307B; }
a { background-color: rgb(195,48,123); }
div.DivClassName
{
background-color: #C3307B;
}
.BgClassName
{
background-color: #C3307B;
}
</style>
border-color css
<style>
span { border-color: #C3307B; }
span { border-color: rgb(195,48,123); }
td.TdClassName
{
border-color: #C3307B;
}
.TagClassName
{
border-color: #C3307B;
}
</style>