Shades of Medium Violet Red #C4006B
Tints of Medium Violet Red #C4006B
RGB
CMYK
RGB Variations
Color information
#C4006B (or 0xC4006B) is known color: Medium Violet Red. HEX triplet: C4, 00 and 6B. RGB value is (196,0,107). Sum of RGB (Red+Green+Blue) = 196+0+107=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C4006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4006B is #3BFF94. Grayscale: #464646. Windows color (decimal): -3932053 or 7012548. OLE color: 7012548.
HSL color Cylindrical-coordinate representation of color #C4006B: hue angle of 327.24º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4006B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.45 | 0.23 |
| HSL | 327.24º | 1% | 0.38% | - |
| HSV(B) | 327.24º | 1% | 0.77% | - |
| XYZ | 25.42 | 12.8 | 15.04 | - |
| YUV | 70.8 | 148.43 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 107 | 0 | 1 | 0.45 | 0.23 | 327.24 | 1 | 0.38 |
| Hex | C4 | 0 | 6B | 0 | 64 | 2D | 17 | 147 | 64 | 26 |
| Octal | 304 | 0 | 153 | 0 | 144 | 55 | 27 | 507 | 144 | 46 |
| Binary | 11000100 | 0 | 1101011 | 0 | 1100100 | 101101 | 10111 | 101000111 | 1100100 | 100110 |
Color Harmonies of #C4006B
Complementary color
Monochromatic Colors of #C4006B
Black with #C4006B
Text Example
Text Example
White with #C4006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4006B; }
p { color: rgb(196,0,107); }
H1.HeaderClassName
{
color: #C4006B;
}
.AnyTagClassName
{
color: #C4006B;
}
</style>
background-color css
<style>
a { background-color: #C4006B; }
a { background-color: rgb(196,0,107); }
div.DivClassName
{
background-color: #C4006B;
}
.BgClassName
{
background-color: #C4006B;
}
</style>
border-color css
<style>
span { border-color: #C4006B; }
span { border-color: rgb(196,0,107); }
td.TdClassName
{
border-color: #C4006B;
}
.TagClassName
{
border-color: #C4006B;
}
</style>