Shades of Medium Red Violet #C6267A
Tints of Medium Red Violet #C6267A
RGB
CMYK
RGB Variations
Color information
#C6267A (or 0xC6267A) is known color: Medium Red Violet. HEX triplet: C6, 26 and 7A. RGB value is (198,38,122). Sum of RGB (Red+Green+Blue) = 198+38+122=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6267A is #39D985. Grayscale: #5F5F5F. Windows color (decimal): -3791238 or 8005318. OLE color: 8005318.
HSL color Cylindrical-coordinate representation of color #C6267A: hue angle of 328.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6267A is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 122 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.22 |
| HSL | 328.5º | 0.68% | 0.46% | - |
| HSV(B) | 328.5º | 0.81% | 0.78% | - |
| XYZ | 27.49 | 14.8 | 19.82 | - |
| YUV | 95.42 | 143.01 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 122 | 0 | 0.81 | 0.38 | 0.22 | 328.5 | 0.68 | 0.46 |
| Hex | C6 | 26 | 7A | 0 | 51 | 26 | 16 | 148 | 44 | 2E |
| Octal | 306 | 46 | 172 | 0 | 121 | 46 | 26 | 510 | 104 | 56 |
| Binary | 11000110 | 100110 | 1111010 | 0 | 1010001 | 100110 | 10110 | 101001000 | 1000100 | 101110 |
Color Harmonies of #C6267A
Complementary color
Monochromatic Colors of #C6267A
Black with #C6267A
Text Example
Text Example
White with #C6267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6267A; }
p { color: rgb(198,38,122); }
H1.HeaderClassName
{
color: #C6267A;
}
.AnyTagClassName
{
color: #C6267A;
}
</style>
background-color css
<style>
a { background-color: #C6267A; }
a { background-color: rgb(198,38,122); }
div.DivClassName
{
background-color: #C6267A;
}
.BgClassName
{
background-color: #C6267A;
}
</style>
border-color css
<style>
span { border-color: #C6267A; }
span { border-color: rgb(198,38,122); }
td.TdClassName
{
border-color: #C6267A;
}
.TagClassName
{
border-color: #C6267A;
}
</style>