Shades of Medium Violet Red #C609A7
Tints of Medium Violet Red #C609A7
RGB
CMYK
RGB Variations
Color information
#C609A7 (or 0xC609A7) is known color: Medium Violet Red. HEX triplet: C6, 09 and A7. RGB value is (198,9,167). Sum of RGB (Red+Green+Blue) = 198+9+167=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C609A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C609A7 is #39F658. Grayscale: #535353. Windows color (decimal): -3798617 or 10947014. OLE color: 10947014.
HSL color Cylindrical-coordinate representation of color #C609A7: hue angle of 309.84º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C609A7 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 167 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.22 |
| HSL | 309.84º | 0.91% | 0.41% | - |
| HSV(B) | 309.84º | 0.95% | 0.78% | - |
| XYZ | 30.36 | 14.99 | 37.85 | - |
| YUV | 83.52 | 175.12 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 167 | 0 | 0.95 | 0.16 | 0.22 | 309.84 | 0.91 | 0.41 |
| Hex | C6 | 9 | A7 | 0 | 5F | 10 | 16 | 136 | 5B | 29 |
| Octal | 306 | 11 | 247 | 0 | 137 | 20 | 26 | 466 | 133 | 51 |
| Binary | 11000110 | 1001 | 10100111 | 0 | 1011111 | 10000 | 10110 | 100110110 | 1011011 | 101001 |
Color Harmonies of #C609A7
Complementary color
Monochromatic Colors of #C609A7
Black with #C609A7
Text Example
Text Example
White with #C609A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609A7; }
p { color: rgb(198,9,167); }
H1.HeaderClassName
{
color: #C609A7;
}
.AnyTagClassName
{
color: #C609A7;
}
</style>
background-color css
<style>
a { background-color: #C609A7; }
a { background-color: rgb(198,9,167); }
div.DivClassName
{
background-color: #C609A7;
}
.BgClassName
{
background-color: #C609A7;
}
</style>
border-color css
<style>
span { border-color: #C609A7; }
span { border-color: rgb(198,9,167); }
td.TdClassName
{
border-color: #C609A7;
}
.TagClassName
{
border-color: #C609A7;
}
</style>