Shades of Medium Red Violet #C6288B
Tints of Medium Red Violet #C6288B
RGB
CMYK
RGB Variations
Color information
#C6288B (or 0xC6288B) is known color: Medium Red Violet. HEX triplet: C6, 28 and 8B. RGB value is (198,40,139). Sum of RGB (Red+Green+Blue) = 198+40+139=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6288B is #39D774. Grayscale: #626262. Windows color (decimal): -3790709 or 9119942. OLE color: 9119942.
HSL color Cylindrical-coordinate representation of color #C6288B: hue angle of 322.41º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6288B is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 139 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.22 |
| HSL | 322.41º | 0.66% | 0.47% | - |
| HSV(B) | 322.41º | 0.8% | 0.78% | - |
| XYZ | 28.71 | 15.39 | 25.88 | - |
| YUV | 98.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 139 | 0 | 0.80 | 0.30 | 0.22 | 322.41 | 0.66 | 0.47 |
| Hex | C6 | 28 | 8B | 0 | 50 | 1E | 16 | 142 | 42 | 2F |
| Octal | 306 | 50 | 213 | 0 | 120 | 36 | 26 | 502 | 102 | 57 |
| Binary | 11000110 | 101000 | 10001011 | 0 | 1010000 | 11110 | 10110 | 101000010 | 1000010 | 101111 |
Color Harmonies of #C6288B
Complementary color
Monochromatic Colors of #C6288B
Black with #C6288B
Text Example
Text Example
White with #C6288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6288B; }
p { color: rgb(198,40,139); }
H1.HeaderClassName
{
color: #C6288B;
}
.AnyTagClassName
{
color: #C6288B;
}
</style>
background-color css
<style>
a { background-color: #C6288B; }
a { background-color: rgb(198,40,139); }
div.DivClassName
{
background-color: #C6288B;
}
.BgClassName
{
background-color: #C6288B;
}
</style>
border-color css
<style>
span { border-color: #C6288B; }
span { border-color: rgb(198,40,139); }
td.TdClassName
{
border-color: #C6288B;
}
.TagClassName
{
border-color: #C6288B;
}
</style>