Shades of Medium Violet Red #C8189C
Tints of Medium Violet Red #C8189C
RGB
CMYK
RGB Variations
Color information
#C8189C (or 0xC8189C) is known color: Medium Violet Red. HEX triplet: C8, 18 and 9C. RGB value is (200,24,156). Sum of RGB (Red+Green+Blue) = 200+24+156=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8189C is #37E763. Grayscale: #5B5B5B. Windows color (decimal): -3663716 or 10229960. OLE color: 10229960.
HSL color Cylindrical-coordinate representation of color #C8189C: hue angle of 315º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8189C is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 156 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.22 |
| HSL | 315º | 0.79% | 0.44% | - |
| HSV(B) | 315º | 0.88% | 0.78% | - |
| XYZ | 30.15 | 15.33 | 32.82 | - |
| YUV | 91.67 | 164.31 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 156 | 0 | 0.88 | 0.22 | 0.22 | 315 | 0.79 | 0.44 |
| Hex | C8 | 18 | 9C | 0 | 58 | 16 | 16 | 13B | 4F | 2C |
| Octal | 310 | 30 | 234 | 0 | 130 | 26 | 26 | 473 | 117 | 54 |
| Binary | 11001000 | 11000 | 10011100 | 0 | 1011000 | 10110 | 10110 | 100111011 | 1001111 | 101100 |
Color Harmonies of #C8189C
Complementary color
Monochromatic Colors of #C8189C
Black with #C8189C
Text Example
Text Example
White with #C8189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8189C; }
p { color: rgb(200,24,156); }
H1.HeaderClassName
{
color: #C8189C;
}
.AnyTagClassName
{
color: #C8189C;
}
</style>
background-color css
<style>
a { background-color: #C8189C; }
a { background-color: rgb(200,24,156); }
div.DivClassName
{
background-color: #C8189C;
}
.BgClassName
{
background-color: #C8189C;
}
</style>
border-color css
<style>
span { border-color: #C8189C; }
span { border-color: rgb(200,24,156); }
td.TdClassName
{
border-color: #C8189C;
}
.TagClassName
{
border-color: #C8189C;
}
</style>