Shades of Medium Violet Red #C30B6A
Tints of Medium Violet Red #C30B6A
RGB
CMYK
RGB Variations
Color information
#C30B6A (or 0xC30B6A) is known color: Medium Violet Red. HEX triplet: C3, 0B and 6A. RGB value is (195,11,106). Sum of RGB (Red+Green+Blue) = 195+11+106=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B6A is #3CF495. Grayscale: #4C4C4C. Windows color (decimal): -3994774 or 6949827. OLE color: 6949827.
HSL color Cylindrical-coordinate representation of color #C30B6A: hue angle of 329.02º 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 #C30B6A is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 106 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.24 |
| HSL | 329.02º | 0.89% | 0.4% | - |
| HSV(B) | 329.02º | 0.94% | 0.76% | - |
| XYZ | 25.23 | 12.88 | 14.79 | - |
| YUV | 76.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 106 | 0 | 0.94 | 0.46 | 0.24 | 329.02 | 0.89 | 0.4 |
| Hex | C3 | B | 6A | 0 | 5E | 2E | 18 | 149 | 59 | 28 |
| Octal | 303 | 13 | 152 | 0 | 136 | 56 | 30 | 511 | 131 | 50 |
| Binary | 11000011 | 1011 | 1101010 | 0 | 1011110 | 101110 | 11000 | 101001001 | 1011001 | 101000 |
Color Harmonies of #C30B6A
Complementary color
Monochromatic Colors of #C30B6A
Black with #C30B6A
Text Example
Text Example
White with #C30B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B6A; }
p { color: rgb(195,11,106); }
H1.HeaderClassName
{
color: #C30B6A;
}
.AnyTagClassName
{
color: #C30B6A;
}
</style>
background-color css
<style>
a { background-color: #C30B6A; }
a { background-color: rgb(195,11,106); }
div.DivClassName
{
background-color: #C30B6A;
}
.BgClassName
{
background-color: #C30B6A;
}
</style>
border-color css
<style>
span { border-color: #C30B6A; }
span { border-color: rgb(195,11,106); }
td.TdClassName
{
border-color: #C30B6A;
}
.TagClassName
{
border-color: #C30B6A;
}
</style>