Shades of Medium Violet Red #C3006C
Tints of Medium Violet Red #C3006C
RGB
CMYK
RGB Variations
Color information
#C3006C (or 0xC3006C) is known color: Medium Violet Red. HEX triplet: C3, 00 and 6C. RGB value is (195,0,108). Sum of RGB (Red+Green+Blue) = 195+0+108=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3006C is #3CFF93. Grayscale: #464646. Windows color (decimal): -3997588 or 7078083. OLE color: 7078083.
HSL color Cylindrical-coordinate representation of color #C3006C: hue angle of 326.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3006C is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.45 | 0.24 |
| HSL | 326.77º | 1% | 0.38% | - |
| HSV(B) | 326.77º | 1% | 0.76% | - |
| XYZ | 25.21 | 12.68 | 15.31 | - |
| YUV | 70.62 | 149.1 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 108 | 0 | 1 | 0.45 | 0.24 | 326.77 | 1 | 0.38 |
| Hex | C3 | 0 | 6C | 0 | 64 | 2D | 18 | 147 | 64 | 26 |
| Octal | 303 | 0 | 154 | 0 | 144 | 55 | 30 | 507 | 144 | 46 |
| Binary | 11000011 | 0 | 1101100 | 0 | 1100100 | 101101 | 11000 | 101000111 | 1100100 | 100110 |
Color Harmonies of #C3006C
Complementary color
Monochromatic Colors of #C3006C
Black with #C3006C
Text Example
Text Example
White with #C3006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3006C; }
p { color: rgb(195,0,108); }
H1.HeaderClassName
{
color: #C3006C;
}
.AnyTagClassName
{
color: #C3006C;
}
</style>
background-color css
<style>
a { background-color: #C3006C; }
a { background-color: rgb(195,0,108); }
div.DivClassName
{
background-color: #C3006C;
}
.BgClassName
{
background-color: #C3006C;
}
</style>
border-color css
<style>
span { border-color: #C3006C; }
span { border-color: rgb(195,0,108); }
td.TdClassName
{
border-color: #C3006C;
}
.TagClassName
{
border-color: #C3006C;
}
</style>