Shades of Medium Violet Red #C3006B
Tints of Medium Violet Red #C3006B
RGB
CMYK
RGB Variations
Color information
#C3006B (or 0xC3006B) is known color: Medium Violet Red. HEX triplet: C3, 00 and 6B. RGB value is (195,0,107). Sum of RGB (Red+Green+Blue) = 195+0+107=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C3006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3006B is #3CFF94. Grayscale: #464646. Windows color (decimal): -3997589 or 7012547. OLE color: 7012547.
HSL color Cylindrical-coordinate representation of color #C3006B: hue angle of 327.08º 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 #C3006B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.45 | 0.24 |
| HSL | 327.08º | 1% | 0.38% | - |
| HSV(B) | 327.08º | 1% | 0.76% | - |
| XYZ | 25.16 | 12.66 | 15.03 | - |
| YUV | 70.5 | 148.6 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 107 | 0 | 1 | 0.45 | 0.24 | 327.08 | 1 | 0.38 |
| Hex | C3 | 0 | 6B | 0 | 64 | 2D | 18 | 147 | 64 | 26 |
| Octal | 303 | 0 | 153 | 0 | 144 | 55 | 30 | 507 | 144 | 46 |
| Binary | 11000011 | 0 | 1101011 | 0 | 1100100 | 101101 | 11000 | 101000111 | 1100100 | 100110 |
Color Harmonies of #C3006B
Complementary color
Monochromatic Colors of #C3006B
Black with #C3006B
Text Example
Text Example
White with #C3006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3006B; }
p { color: rgb(195,0,107); }
H1.HeaderClassName
{
color: #C3006B;
}
.AnyTagClassName
{
color: #C3006B;
}
</style>
background-color css
<style>
a { background-color: #C3006B; }
a { background-color: rgb(195,0,107); }
div.DivClassName
{
background-color: #C3006B;
}
.BgClassName
{
background-color: #C3006B;
}
</style>
border-color css
<style>
span { border-color: #C3006B; }
span { border-color: rgb(195,0,107); }
td.TdClassName
{
border-color: #C3006B;
}
.TagClassName
{
border-color: #C3006B;
}
</style>