Shades of Medium Violet Red #C3067D
Tints of Medium Violet Red #C3067D
RGB
CMYK
RGB Variations
Color information
#C3067D (or 0xC3067D) is known color: Medium Violet Red. HEX triplet: C3, 06 and 7D. RGB value is (195,6,125). Sum of RGB (Red+Green+Blue) = 195+6+125=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3067D is #3CF982. Grayscale: #4B4B4B. Windows color (decimal): -3996035 or 8193731. OLE color: 8193731.
HSL color Cylindrical-coordinate representation of color #C3067D: hue angle of 322.22º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3067D is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.24 |
| HSL | 322.22º | 0.94% | 0.39% | - |
| HSV(B) | 322.22º | 0.97% | 0.76% | - |
| XYZ | 26.27 | 13.21 | 20.57 | - |
| YUV | 76.08 | 155.62 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 125 | 0 | 0.97 | 0.36 | 0.24 | 322.22 | 0.94 | 0.39 |
| Hex | C3 | 6 | 7D | 0 | 61 | 24 | 18 | 142 | 5E | 27 |
| Octal | 303 | 6 | 175 | 0 | 141 | 44 | 30 | 502 | 136 | 47 |
| Binary | 11000011 | 110 | 1111101 | 0 | 1100001 | 100100 | 11000 | 101000010 | 1011110 | 100111 |
Color Harmonies of #C3067D
Complementary color
Monochromatic Colors of #C3067D
Black with #C3067D
Text Example
Text Example
White with #C3067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3067D; }
p { color: rgb(195,6,125); }
H1.HeaderClassName
{
color: #C3067D;
}
.AnyTagClassName
{
color: #C3067D;
}
</style>
background-color css
<style>
a { background-color: #C3067D; }
a { background-color: rgb(195,6,125); }
div.DivClassName
{
background-color: #C3067D;
}
.BgClassName
{
background-color: #C3067D;
}
</style>
border-color css
<style>
span { border-color: #C3067D; }
span { border-color: rgb(195,6,125); }
td.TdClassName
{
border-color: #C3067D;
}
.TagClassName
{
border-color: #C3067D;
}
</style>