Shades of Medium Red Violet #C3298C
Tints of Medium Red Violet #C3298C
RGB
CMYK
RGB Variations
Color information
#C3298C (or 0xC3298C) is known color: Medium Red Violet. HEX triplet: C3, 29 and 8C. RGB value is (195,41,140). Sum of RGB (Red+Green+Blue) = 195+41+140=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3298C is #3CD673. Grayscale: #626262. Windows color (decimal): -3987060 or 9185731. OLE color: 9185731.
HSL color Cylindrical-coordinate representation of color #C3298C: hue angle of 321.43º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3298C is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 140 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.24 |
| HSL | 321.43º | 0.65% | 0.46% | - |
| HSV(B) | 321.43º | 0.79% | 0.76% | - |
| XYZ | 28.03 | 15.08 | 26.24 | - |
| YUV | 98.33 | 151.52 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 140 | 0 | 0.79 | 0.28 | 0.24 | 321.43 | 0.65 | 0.46 |
| Hex | C3 | 29 | 8C | 0 | 4F | 1C | 18 | 141 | 41 | 2E |
| Octal | 303 | 51 | 214 | 0 | 117 | 34 | 30 | 501 | 101 | 56 |
| Binary | 11000011 | 101001 | 10001100 | 0 | 1001111 | 11100 | 11000 | 101000001 | 1000001 | 101110 |
Color Harmonies of #C3298C
Complementary color
Monochromatic Colors of #C3298C
Black with #C3298C
Text Example
Text Example
White with #C3298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3298C; }
p { color: rgb(195,41,140); }
H1.HeaderClassName
{
color: #C3298C;
}
.AnyTagClassName
{
color: #C3298C;
}
</style>
background-color css
<style>
a { background-color: #C3298C; }
a { background-color: rgb(195,41,140); }
div.DivClassName
{
background-color: #C3298C;
}
.BgClassName
{
background-color: #C3298C;
}
</style>
border-color css
<style>
span { border-color: #C3298C; }
span { border-color: rgb(195,41,140); }
td.TdClassName
{
border-color: #C3298C;
}
.TagClassName
{
border-color: #C3298C;
}
</style>