Shades of Medium Violet Red #C3099B
Tints of Medium Violet Red #C3099B
RGB
CMYK
RGB Variations
Color information
#C3099B (or 0xC3099B) is known color: Medium Violet Red. HEX triplet: C3, 09 and 9B. RGB value is (195,9,155). Sum of RGB (Red+Green+Blue) = 195+9+155=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3099B is #3CF664. Grayscale: #505050. Windows color (decimal): -3995237 or 10160579. OLE color: 10160579.
HSL color Cylindrical-coordinate representation of color #C3099B: hue angle of 312.9º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3099B is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 155 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.24 |
| HSL | 312.9º | 0.91% | 0.4% | - |
| HSV(B) | 312.9º | 0.95% | 0.76% | - |
| XYZ | 28.52 | 14.16 | 32.24 | - |
| YUV | 81.26 | 169.62 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 155 | 0 | 0.95 | 0.21 | 0.24 | 312.9 | 0.91 | 0.4 |
| Hex | C3 | 9 | 9B | 0 | 5F | 15 | 18 | 139 | 5B | 28 |
| Octal | 303 | 11 | 233 | 0 | 137 | 25 | 30 | 471 | 133 | 50 |
| Binary | 11000011 | 1001 | 10011011 | 0 | 1011111 | 10101 | 11000 | 100111001 | 1011011 | 101000 |
Color Harmonies of #C3099B
Complementary color
Monochromatic Colors of #C3099B
Black with #C3099B
Text Example
Text Example
White with #C3099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3099B; }
p { color: rgb(195,9,155); }
H1.HeaderClassName
{
color: #C3099B;
}
.AnyTagClassName
{
color: #C3099B;
}
</style>
background-color css
<style>
a { background-color: #C3099B; }
a { background-color: rgb(195,9,155); }
div.DivClassName
{
background-color: #C3099B;
}
.BgClassName
{
background-color: #C3099B;
}
</style>
border-color css
<style>
span { border-color: #C3099B; }
span { border-color: rgb(195,9,155); }
td.TdClassName
{
border-color: #C3099B;
}
.TagClassName
{
border-color: #C3099B;
}
</style>