Shades of Medium Violet Red #C30B7F
Tints of Medium Violet Red #C30B7F
RGB
CMYK
RGB Variations
Color information
#C30B7F (or 0xC30B7F) is known color: Medium Violet Red. HEX triplet: C3, 0B and 7F. RGB value is (195,11,127). Sum of RGB (Red+Green+Blue) = 195+11+127=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B7F is #3CF480. Grayscale: #4E4E4E. Windows color (decimal): -3994753 or 8326083. OLE color: 8326083.
HSL color Cylindrical-coordinate representation of color #C30B7F: hue angle of 322.17º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B7F is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 127 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.24 |
| HSL | 322.17º | 0.89% | 0.4% | - |
| HSV(B) | 322.17º | 0.94% | 0.76% | - |
| XYZ | 26.46 | 13.37 | 21.27 | - |
| YUV | 79.24 | 154.96 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 127 | 0 | 0.94 | 0.35 | 0.24 | 322.17 | 0.89 | 0.4 |
| Hex | C3 | B | 7F | 0 | 5E | 23 | 18 | 142 | 59 | 28 |
| Octal | 303 | 13 | 177 | 0 | 136 | 43 | 30 | 502 | 131 | 50 |
| Binary | 11000011 | 1011 | 1111111 | 0 | 1011110 | 100011 | 11000 | 101000010 | 1011001 | 101000 |
Color Harmonies of #C30B7F
Complementary color
Monochromatic Colors of #C30B7F
Black with #C30B7F
Text Example
Text Example
White with #C30B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B7F; }
p { color: rgb(195,11,127); }
H1.HeaderClassName
{
color: #C30B7F;
}
.AnyTagClassName
{
color: #C30B7F;
}
</style>
background-color css
<style>
a { background-color: #C30B7F; }
a { background-color: rgb(195,11,127); }
div.DivClassName
{
background-color: #C30B7F;
}
.BgClassName
{
background-color: #C30B7F;
}
</style>
border-color css
<style>
span { border-color: #C30B7F; }
span { border-color: rgb(195,11,127); }
td.TdClassName
{
border-color: #C30B7F;
}
.TagClassName
{
border-color: #C30B7F;
}
</style>