Shades of Medium Red Violet #C42688
Tints of Medium Red Violet #C42688
RGB
CMYK
RGB Variations
Color information
#C42688 (or 0xC42688) is known color: Medium Red Violet. HEX triplet: C4, 26 and 88. RGB value is (196,38,136). Sum of RGB (Red+Green+Blue) = 196+38+136=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C42688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42688 is #3BD977. Grayscale: #606060. Windows color (decimal): -3922296 or 8922820. OLE color: 8922820.
HSL color Cylindrical-coordinate representation of color #C42688: hue angle of 322.78º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42688 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 136 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.23 |
| HSL | 322.78º | 0.68% | 0.46% | - |
| HSV(B) | 322.78º | 0.81% | 0.77% | - |
| XYZ | 27.9 | 14.9 | 24.7 | - |
| YUV | 96.41 | 150.35 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 136 | 0 | 0.81 | 0.31 | 0.23 | 322.78 | 0.68 | 0.46 |
| Hex | C4 | 26 | 88 | 0 | 51 | 1F | 17 | 143 | 44 | 2E |
| Octal | 304 | 46 | 210 | 0 | 121 | 37 | 27 | 503 | 104 | 56 |
| Binary | 11000100 | 100110 | 10001000 | 0 | 1010001 | 11111 | 10111 | 101000011 | 1000100 | 101110 |
Color Harmonies of #C42688
Complementary color
Monochromatic Colors of #C42688
Black with #C42688
Text Example
Text Example
White with #C42688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42688; }
p { color: rgb(196,38,136); }
H1.HeaderClassName
{
color: #C42688;
}
.AnyTagClassName
{
color: #C42688;
}
</style>
background-color css
<style>
a { background-color: #C42688; }
a { background-color: rgb(196,38,136); }
div.DivClassName
{
background-color: #C42688;
}
.BgClassName
{
background-color: #C42688;
}
</style>
border-color css
<style>
span { border-color: #C42688; }
span { border-color: rgb(196,38,136); }
td.TdClassName
{
border-color: #C42688;
}
.TagClassName
{
border-color: #C42688;
}
</style>