Shades of Medium Red Violet #C3298B
Tints of Medium Red Violet #C3298B
RGB
CMYK
RGB Variations
Color information
#C3298B (or 0xC3298B) is known color: Medium Red Violet. HEX triplet: C3, 29 and 8B. RGB value is (195,41,139). Sum of RGB (Red+Green+Blue) = 195+41+139=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3298B is #3CD674. Grayscale: #616161. Windows color (decimal): -3987061 or 9120195. OLE color: 9120195.
HSL color Cylindrical-coordinate representation of color #C3298B: hue angle of 321.82º 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 #C3298B is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 139 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.24 |
| HSL | 321.82º | 0.65% | 0.46% | - |
| HSV(B) | 321.82º | 0.79% | 0.76% | - |
| XYZ | 27.96 | 15.05 | 25.86 | - |
| YUV | 98.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 139 | 0 | 0.79 | 0.29 | 0.24 | 321.82 | 0.65 | 0.46 |
| Hex | C3 | 29 | 8B | 0 | 4F | 1D | 18 | 142 | 41 | 2E |
| Octal | 303 | 51 | 213 | 0 | 117 | 35 | 30 | 502 | 101 | 56 |
| Binary | 11000011 | 101001 | 10001011 | 0 | 1001111 | 11101 | 11000 | 101000010 | 1000001 | 101110 |
Color Harmonies of #C3298B
Complementary color
Monochromatic Colors of #C3298B
Black with #C3298B
Text Example
Text Example
White with #C3298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3298B; }
p { color: rgb(195,41,139); }
H1.HeaderClassName
{
color: #C3298B;
}
.AnyTagClassName
{
color: #C3298B;
}
</style>
background-color css
<style>
a { background-color: #C3298B; }
a { background-color: rgb(195,41,139); }
div.DivClassName
{
background-color: #C3298B;
}
.BgClassName
{
background-color: #C3298B;
}
</style>
border-color css
<style>
span { border-color: #C3298B; }
span { border-color: rgb(195,41,139); }
td.TdClassName
{
border-color: #C3298B;
}
.TagClassName
{
border-color: #C3298B;
}
</style>