Shades of Medium Violet Red #C3009F
Tints of Medium Violet Red #C3009F
RGB
CMYK
RGB Variations
Color information
#C3009F (or 0xC3009F) is known color: Medium Violet Red. HEX triplet: C3, 00 and 9F. RGB value is (195,0,159). Sum of RGB (Red+Green+Blue) = 195+0+159=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3009F is #3CFF60. Grayscale: #4B4B4B. Windows color (decimal): -3997537 or 10420419. OLE color: 10420419.
HSL color Cylindrical-coordinate representation of color #C3009F: hue angle of 311.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3009F is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.18 | 0.24 |
| HSL | 311.08º | 1% | 0.38% | - |
| HSV(B) | 311.08º | 1% | 0.76% | - |
| XYZ | 28.76 | 14.11 | 34.01 | - |
| YUV | 76.43 | 174.6 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 159 | 0 | 1 | 0.18 | 0.24 | 311.08 | 1 | 0.38 |
| Hex | C3 | 0 | 9F | 0 | 64 | 12 | 18 | 137 | 64 | 26 |
| Octal | 303 | 0 | 237 | 0 | 144 | 22 | 30 | 467 | 144 | 46 |
| Binary | 11000011 | 0 | 10011111 | 0 | 1100100 | 10010 | 11000 | 100110111 | 1100100 | 100110 |
Color Harmonies of #C3009F
Complementary color
Monochromatic Colors of #C3009F
Black with #C3009F
Text Example
Text Example
White with #C3009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3009F; }
p { color: rgb(195,0,159); }
H1.HeaderClassName
{
color: #C3009F;
}
.AnyTagClassName
{
color: #C3009F;
}
</style>
background-color css
<style>
a { background-color: #C3009F; }
a { background-color: rgb(195,0,159); }
div.DivClassName
{
background-color: #C3009F;
}
.BgClassName
{
background-color: #C3009F;
}
</style>
border-color css
<style>
span { border-color: #C3009F; }
span { border-color: rgb(195,0,159); }
td.TdClassName
{
border-color: #C3009F;
}
.TagClassName
{
border-color: #C3009F;
}
</style>