Shades of Medium Violet Red #C3088F
Tints of Medium Violet Red #C3088F
RGB
CMYK
RGB Variations
Color information
#C3088F (or 0xC3088F) is known color: Medium Violet Red. HEX triplet: C3, 08 and 8F. RGB value is (195,8,143). Sum of RGB (Red+Green+Blue) = 195+8+143=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C3088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3088F is #3CF770. Grayscale: #4E4E4E. Windows color (decimal): -3995505 or 9373891. OLE color: 9373891.
HSL color Cylindrical-coordinate representation of color #C3088F: hue angle of 316.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3088F is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.24 |
| HSL | 316.68º | 0.92% | 0.4% | - |
| HSV(B) | 316.68º | 0.96% | 0.76% | - |
| XYZ | 27.55 | 13.76 | 27.19 | - |
| YUV | 79.3 | 163.95 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 143 | 0 | 0.96 | 0.27 | 0.24 | 316.68 | 0.92 | 0.4 |
| Hex | C3 | 8 | 8F | 0 | 60 | 1B | 18 | 13D | 5C | 28 |
| Octal | 303 | 10 | 217 | 0 | 140 | 33 | 30 | 475 | 134 | 50 |
| Binary | 11000011 | 1000 | 10001111 | 0 | 1100000 | 11011 | 11000 | 100111101 | 1011100 | 101000 |
Color Harmonies of #C3088F
Complementary color
Monochromatic Colors of #C3088F
Black with #C3088F
Text Example
Text Example
White with #C3088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3088F; }
p { color: rgb(195,8,143); }
H1.HeaderClassName
{
color: #C3088F;
}
.AnyTagClassName
{
color: #C3088F;
}
</style>
background-color css
<style>
a { background-color: #C3088F; }
a { background-color: rgb(195,8,143); }
div.DivClassName
{
background-color: #C3088F;
}
.BgClassName
{
background-color: #C3088F;
}
</style>
border-color css
<style>
span { border-color: #C3088F; }
span { border-color: rgb(195,8,143); }
td.TdClassName
{
border-color: #C3088F;
}
.TagClassName
{
border-color: #C3088F;
}
</style>