Shades of Medium Red Violet #C6298A
Tints of Medium Red Violet #C6298A
RGB
CMYK
RGB Variations
Color information
#C6298A (or 0xC6298A) is known color: Medium Red Violet. HEX triplet: C6, 29 and 8A. RGB value is (198,41,138). Sum of RGB (Red+Green+Blue) = 198+41+138=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6298A is #39D675. Grayscale: #626262. Windows color (decimal): -3790454 or 9054662. OLE color: 9054662.
HSL color Cylindrical-coordinate representation of color #C6298A: hue angle of 322.93º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6298A is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 138 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.22 |
| HSL | 322.93º | 0.66% | 0.47% | - |
| HSV(B) | 322.93º | 0.79% | 0.78% | - |
| XYZ | 28.67 | 15.43 | 25.51 | - |
| YUV | 99 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 138 | 0 | 0.79 | 0.30 | 0.22 | 322.93 | 0.66 | 0.47 |
| Hex | C6 | 29 | 8A | 0 | 4F | 1E | 16 | 143 | 42 | 2F |
| Octal | 306 | 51 | 212 | 0 | 117 | 36 | 26 | 503 | 102 | 57 |
| Binary | 11000110 | 101001 | 10001010 | 0 | 1001111 | 11110 | 10110 | 101000011 | 1000010 | 101111 |
Color Harmonies of #C6298A
Complementary color
Monochromatic Colors of #C6298A
Black with #C6298A
Text Example
Text Example
White with #C6298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6298A; }
p { color: rgb(198,41,138); }
H1.HeaderClassName
{
color: #C6298A;
}
.AnyTagClassName
{
color: #C6298A;
}
</style>
background-color css
<style>
a { background-color: #C6298A; }
a { background-color: rgb(198,41,138); }
div.DivClassName
{
background-color: #C6298A;
}
.BgClassName
{
background-color: #C6298A;
}
</style>
border-color css
<style>
span { border-color: #C6298A; }
span { border-color: rgb(198,41,138); }
td.TdClassName
{
border-color: #C6298A;
}
.TagClassName
{
border-color: #C6298A;
}
</style>