Shades of Medium Red Violet #C0307B
Tints of Medium Red Violet #C0307B
RGB
CMYK
RGB Variations
Color information
#C0307B (or 0xC0307B) is known color: Medium Red Violet. HEX triplet: C0, 30 and 7B. RGB value is (192,48,123). Sum of RGB (Red+Green+Blue) = 192+48+123=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0307B is #3FCF84. Grayscale: #636363. Windows color (decimal): -4181893 or 8073408. OLE color: 8073408.
HSL color Cylindrical-coordinate representation of color #C0307B: hue angle of 328.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0307B is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 123 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.25 |
| HSL | 328.75º | 0.6% | 0.47% | - |
| HSV(B) | 328.75º | 0.75% | 0.75% | - |
| XYZ | 26.37 | 14.75 | 20.2 | - |
| YUV | 99.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 123 | 0 | 0.75 | 0.36 | 0.25 | 328.75 | 0.6 | 0.47 |
| Hex | C0 | 30 | 7B | 0 | 4B | 24 | 19 | 149 | 3C | 2F |
| Octal | 300 | 60 | 173 | 0 | 113 | 44 | 31 | 511 | 74 | 57 |
| Binary | 11000000 | 110000 | 1111011 | 0 | 1001011 | 100100 | 11001 | 101001001 | 111100 | 101111 |
Color Harmonies of #C0307B
Complementary color
Monochromatic Colors of #C0307B
Black with #C0307B
Text Example
Text Example
White with #C0307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0307B; }
p { color: rgb(192,48,123); }
H1.HeaderClassName
{
color: #C0307B;
}
.AnyTagClassName
{
color: #C0307B;
}
</style>
background-color css
<style>
a { background-color: #C0307B; }
a { background-color: rgb(192,48,123); }
div.DivClassName
{
background-color: #C0307B;
}
.BgClassName
{
background-color: #C0307B;
}
</style>
border-color css
<style>
span { border-color: #C0307B; }
span { border-color: rgb(192,48,123); }
td.TdClassName
{
border-color: #C0307B;
}
.TagClassName
{
border-color: #C0307B;
}
</style>