Shades of Medium Violet Red #C4007B
Tints of Medium Violet Red #C4007B
RGB
CMYK
RGB Variations
Color information
#C4007B (or 0xC4007B) is known color: Medium Violet Red. HEX triplet: C4, 00 and 7B. RGB value is (196,0,123). Sum of RGB (Red+Green+Blue) = 196+0+123=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C4007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4007B is #3BFF84. Grayscale: #484848. Windows color (decimal): -3932037 or 8061124. OLE color: 8061124.
HSL color Cylindrical-coordinate representation of color #C4007B: hue angle of 322.35º 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 #C4007B is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.37 | 0.23 |
| HSL | 322.35º | 1% | 0.38% | - |
| HSV(B) | 322.35º | 1% | 0.77% | - |
| XYZ | 26.34 | 13.17 | 19.89 | - |
| YUV | 72.63 | 156.43 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 123 | 0 | 1 | 0.37 | 0.23 | 322.35 | 1 | 0.38 |
| Hex | C4 | 0 | 7B | 0 | 64 | 25 | 17 | 142 | 64 | 26 |
| Octal | 304 | 0 | 173 | 0 | 144 | 45 | 27 | 502 | 144 | 46 |
| Binary | 11000100 | 0 | 1111011 | 0 | 1100100 | 100101 | 10111 | 101000010 | 1100100 | 100110 |
Color Harmonies of #C4007B
Complementary color
Monochromatic Colors of #C4007B
Black with #C4007B
Text Example
Text Example
White with #C4007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4007B; }
p { color: rgb(196,0,123); }
H1.HeaderClassName
{
color: #C4007B;
}
.AnyTagClassName
{
color: #C4007B;
}
</style>
background-color css
<style>
a { background-color: #C4007B; }
a { background-color: rgb(196,0,123); }
div.DivClassName
{
background-color: #C4007B;
}
.BgClassName
{
background-color: #C4007B;
}
</style>
border-color css
<style>
span { border-color: #C4007B; }
span { border-color: rgb(196,0,123); }
td.TdClassName
{
border-color: #C4007B;
}
.TagClassName
{
border-color: #C4007B;
}
</style>