Shades of Medium Violet Red #C4028F
Tints of Medium Violet Red #C4028F
RGB
CMYK
RGB Variations
Color information
#C4028F (or 0xC4028F) is known color: Medium Violet Red. HEX triplet: C4, 02 and 8F. RGB value is (196,2,143). Sum of RGB (Red+Green+Blue) = 196+2+143=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4028F is #3BFD70. Grayscale: #4B4B4B. Windows color (decimal): -3931505 or 9372356. OLE color: 9372356.
HSL color Cylindrical-coordinate representation of color #C4028F: hue angle of 316.39º 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 #C4028F is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.23 |
| HSL | 316.39º | 0.98% | 0.39% | - |
| HSV(B) | 316.39º | 0.99% | 0.77% | - |
| XYZ | 27.74 | 13.76 | 27.18 | - |
| YUV | 76.08 | 165.77 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 143 | 0 | 0.99 | 0.27 | 0.23 | 316.39 | 0.98 | 0.39 |
| Hex | C4 | 2 | 8F | 0 | 63 | 1B | 17 | 13C | 62 | 27 |
| Octal | 304 | 2 | 217 | 0 | 143 | 33 | 27 | 474 | 142 | 47 |
| Binary | 11000100 | 10 | 10001111 | 0 | 1100011 | 11011 | 10111 | 100111100 | 1100010 | 100111 |
Color Harmonies of #C4028F
Complementary color
Monochromatic Colors of #C4028F
Black with #C4028F
Text Example
Text Example
White with #C4028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4028F; }
p { color: rgb(196,2,143); }
H1.HeaderClassName
{
color: #C4028F;
}
.AnyTagClassName
{
color: #C4028F;
}
</style>
background-color css
<style>
a { background-color: #C4028F; }
a { background-color: rgb(196,2,143); }
div.DivClassName
{
background-color: #C4028F;
}
.BgClassName
{
background-color: #C4028F;
}
</style>
border-color css
<style>
span { border-color: #C4028F; }
span { border-color: rgb(196,2,143); }
td.TdClassName
{
border-color: #C4028F;
}
.TagClassName
{
border-color: #C4028F;
}
</style>