Shades of Medium Red Violet #C63D7E
Tints of Medium Red Violet #C63D7E
RGB
CMYK
RGB Variations
Color information
#C63D7E (or 0xC63D7E) is known color: Medium Red Violet. HEX triplet: C6, 3D and 7E. RGB value is (198,61,126). Sum of RGB (Red+Green+Blue) = 198+61+126=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D7E is #39C281. Grayscale: #6D6D6D. Windows color (decimal): -3785346 or 8273350. OLE color: 8273350.
HSL color Cylindrical-coordinate representation of color #C63D7E: hue angle of 331.53º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D7E is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 126 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.22 |
| HSL | 331.53º | 0.55% | 0.51% | - |
| HSV(B) | 331.53º | 0.69% | 0.78% | - |
| XYZ | 28.72 | 16.85 | 21.48 | - |
| YUV | 109.37 | 137.39 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 126 | 0 | 0.69 | 0.36 | 0.22 | 331.53 | 0.55 | 0.51 |
| Hex | C6 | 3D | 7E | 0 | 45 | 24 | 16 | 14C | 37 | 33 |
| Octal | 306 | 75 | 176 | 0 | 105 | 44 | 26 | 514 | 67 | 63 |
| Binary | 11000110 | 111101 | 1111110 | 0 | 1000101 | 100100 | 10110 | 101001100 | 110111 | 110011 |
Color Harmonies of #C63D7E
Complementary color
Monochromatic Colors of #C63D7E
Black with #C63D7E
Text Example
Text Example
White with #C63D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D7E; }
p { color: rgb(198,61,126); }
H1.HeaderClassName
{
color: #C63D7E;
}
.AnyTagClassName
{
color: #C63D7E;
}
</style>
background-color css
<style>
a { background-color: #C63D7E; }
a { background-color: rgb(198,61,126); }
div.DivClassName
{
background-color: #C63D7E;
}
.BgClassName
{
background-color: #C63D7E;
}
</style>
border-color css
<style>
span { border-color: #C63D7E; }
span { border-color: rgb(198,61,126); }
td.TdClassName
{
border-color: #C63D7E;
}
.TagClassName
{
border-color: #C63D7E;
}
</style>