Shades of Medium Red Violet #C62774
Tints of Medium Red Violet #C62774
RGB
CMYK
RGB Variations
Color information
#C62774 (or 0xC62774) is known color: Medium Red Violet. HEX triplet: C6, 27 and 74. RGB value is (198,39,116). Sum of RGB (Red+Green+Blue) = 198+39+116=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C62774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62774 is #39D88B. Grayscale: #5F5F5F. Windows color (decimal): -3790988 or 7612358. OLE color: 7612358.
HSL color Cylindrical-coordinate representation of color #C62774: hue angle of 330.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62774 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 116 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.22 |
| HSL | 330.94º | 0.67% | 0.46% | - |
| HSV(B) | 330.94º | 0.8% | 0.78% | - |
| XYZ | 27.17 | 14.72 | 17.93 | - |
| YUV | 95.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 116 | 0 | 0.80 | 0.41 | 0.22 | 330.94 | 0.67 | 0.46 |
| Hex | C6 | 27 | 74 | 0 | 50 | 29 | 16 | 14B | 43 | 2E |
| Octal | 306 | 47 | 164 | 0 | 120 | 51 | 26 | 513 | 103 | 56 |
| Binary | 11000110 | 100111 | 1110100 | 0 | 1010000 | 101001 | 10110 | 101001011 | 1000011 | 101110 |
Color Harmonies of #C62774
Complementary color
Monochromatic Colors of #C62774
Black with #C62774
Text Example
Text Example
White with #C62774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62774; }
p { color: rgb(198,39,116); }
H1.HeaderClassName
{
color: #C62774;
}
.AnyTagClassName
{
color: #C62774;
}
</style>
background-color css
<style>
a { background-color: #C62774; }
a { background-color: rgb(198,39,116); }
div.DivClassName
{
background-color: #C62774;
}
.BgClassName
{
background-color: #C62774;
}
</style>
border-color css
<style>
span { border-color: #C62774; }
span { border-color: rgb(198,39,116); }
td.TdClassName
{
border-color: #C62774;
}
.TagClassName
{
border-color: #C62774;
}
</style>