Shades of Medium Red Violet #C62F7B
Tints of Medium Red Violet #C62F7B
RGB
CMYK
RGB Variations
Color information
#C62F7B (or 0xC62F7B) is known color: Medium Red Violet. HEX triplet: C6, 2F and 7B. RGB value is (198,47,123). Sum of RGB (Red+Green+Blue) = 198+47+123=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62F7B is #39D084. Grayscale: #646464. Windows color (decimal): -3788933 or 8073158. OLE color: 8073158.
HSL color Cylindrical-coordinate representation of color #C62F7B: hue angle of 329.8º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62F7B is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 123 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.22 |
| HSL | 329.8º | 0.62% | 0.48% | - |
| HSV(B) | 329.8º | 0.76% | 0.78% | - |
| XYZ | 27.88 | 15.47 | 20.26 | - |
| YUV | 100.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 123 | 0 | 0.76 | 0.38 | 0.22 | 329.8 | 0.62 | 0.48 |
| Hex | C6 | 2F | 7B | 0 | 4C | 26 | 16 | 14A | 3E | 30 |
| Octal | 306 | 57 | 173 | 0 | 114 | 46 | 26 | 512 | 76 | 60 |
| Binary | 11000110 | 101111 | 1111011 | 0 | 1001100 | 100110 | 10110 | 101001010 | 111110 | 110000 |
Color Harmonies of #C62F7B
Complementary color
Monochromatic Colors of #C62F7B
Black with #C62F7B
Text Example
Text Example
White with #C62F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62F7B; }
p { color: rgb(198,47,123); }
H1.HeaderClassName
{
color: #C62F7B;
}
.AnyTagClassName
{
color: #C62F7B;
}
</style>
background-color css
<style>
a { background-color: #C62F7B; }
a { background-color: rgb(198,47,123); }
div.DivClassName
{
background-color: #C62F7B;
}
.BgClassName
{
background-color: #C62F7B;
}
</style>
border-color css
<style>
span { border-color: #C62F7B; }
span { border-color: rgb(198,47,123); }
td.TdClassName
{
border-color: #C62F7B;
}
.TagClassName
{
border-color: #C62F7B;
}
</style>