Shades of Medium Red Violet #C63B7F
Tints of Medium Red Violet #C63B7F
RGB
CMYK
RGB Variations
Color information
#C63B7F (or 0xC63B7F) is known color: Medium Red Violet. HEX triplet: C6, 3B and 7F. RGB value is (198,59,127). Sum of RGB (Red+Green+Blue) = 198+59+127=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B7F is #39C480. Grayscale: #6C6C6C. Windows color (decimal): -3785857 or 8338374. OLE color: 8338374.
HSL color Cylindrical-coordinate representation of color #C63B7F: hue angle of 330.65º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B7F is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 127 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.22 |
| HSL | 330.65º | 0.55% | 0.5% | - |
| HSV(B) | 330.65º | 0.7% | 0.78% | - |
| XYZ | 28.68 | 16.67 | 21.78 | - |
| YUV | 108.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 127 | 0 | 0.70 | 0.36 | 0.22 | 330.65 | 0.55 | 0.5 |
| Hex | C6 | 3B | 7F | 0 | 46 | 24 | 16 | 14B | 37 | 32 |
| Octal | 306 | 73 | 177 | 0 | 106 | 44 | 26 | 513 | 67 | 62 |
| Binary | 11000110 | 111011 | 1111111 | 0 | 1000110 | 100100 | 10110 | 101001011 | 110111 | 110010 |
Color Harmonies of #C63B7F
Complementary color
Monochromatic Colors of #C63B7F
Black with #C63B7F
Text Example
Text Example
White with #C63B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B7F; }
p { color: rgb(198,59,127); }
H1.HeaderClassName
{
color: #C63B7F;
}
.AnyTagClassName
{
color: #C63B7F;
}
</style>
background-color css
<style>
a { background-color: #C63B7F; }
a { background-color: rgb(198,59,127); }
div.DivClassName
{
background-color: #C63B7F;
}
.BgClassName
{
background-color: #C63B7F;
}
</style>
border-color css
<style>
span { border-color: #C63B7F; }
span { border-color: rgb(198,59,127); }
td.TdClassName
{
border-color: #C63B7F;
}
.TagClassName
{
border-color: #C63B7F;
}
</style>