Shades of Medium Violet Red #C4027B
Tints of Medium Violet Red #C4027B
RGB
CMYK
RGB Variations
Color information
#C4027B (or 0xC4027B) is known color: Medium Violet Red. HEX triplet: C4, 02 and 7B. RGB value is (196,2,123). Sum of RGB (Red+Green+Blue) = 196+2+123=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4027B is #3BFD84. Grayscale: #494949. Windows color (decimal): -3931525 or 8061636. OLE color: 8061636.
HSL color Cylindrical-coordinate representation of color #C4027B: hue angle of 322.58º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4027B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.23 |
| HSL | 322.58º | 0.98% | 0.39% | - |
| HSV(B) | 322.58º | 0.99% | 0.77% | - |
| XYZ | 26.36 | 13.21 | 19.9 | - |
| YUV | 73.8 | 155.77 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 123 | 0 | 0.99 | 0.37 | 0.23 | 322.58 | 0.98 | 0.39 |
| Hex | C4 | 2 | 7B | 0 | 63 | 25 | 17 | 143 | 62 | 27 |
| Octal | 304 | 2 | 173 | 0 | 143 | 45 | 27 | 503 | 142 | 47 |
| Binary | 11000100 | 10 | 1111011 | 0 | 1100011 | 100101 | 10111 | 101000011 | 1100010 | 100111 |
Color Harmonies of #C4027B
Complementary color
Monochromatic Colors of #C4027B
Black with #C4027B
Text Example
Text Example
White with #C4027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4027B; }
p { color: rgb(196,2,123); }
H1.HeaderClassName
{
color: #C4027B;
}
.AnyTagClassName
{
color: #C4027B;
}
</style>
background-color css
<style>
a { background-color: #C4027B; }
a { background-color: rgb(196,2,123); }
div.DivClassName
{
background-color: #C4027B;
}
.BgClassName
{
background-color: #C4027B;
}
</style>
border-color css
<style>
span { border-color: #C4027B; }
span { border-color: rgb(196,2,123); }
td.TdClassName
{
border-color: #C4027B;
}
.TagClassName
{
border-color: #C4027B;
}
</style>