Shades of Medium Red Violet #C3297B
Tints of Medium Red Violet #C3297B
RGB
CMYK
RGB Variations
Color information
#C3297B (or 0xC3297B) is known color: Medium Red Violet. HEX triplet: C3, 29 and 7B. RGB value is (195,41,123). Sum of RGB (Red+Green+Blue) = 195+41+123=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3297B is #3CD684. Grayscale: #606060. Windows color (decimal): -3987077 or 8071619. OLE color: 8071619.
HSL color Cylindrical-coordinate representation of color #C3297B: hue angle of 328.05º 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 #C3297B is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 123 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.24 |
| HSL | 328.05º | 0.65% | 0.46% | - |
| HSV(B) | 328.05º | 0.79% | 0.76% | - |
| XYZ | 26.87 | 14.62 | 20.14 | - |
| YUV | 96.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 123 | 0 | 0.79 | 0.37 | 0.24 | 328.05 | 0.65 | 0.46 |
| Hex | C3 | 29 | 7B | 0 | 4F | 25 | 18 | 148 | 41 | 2E |
| Octal | 303 | 51 | 173 | 0 | 117 | 45 | 30 | 510 | 101 | 56 |
| Binary | 11000011 | 101001 | 1111011 | 0 | 1001111 | 100101 | 11000 | 101001000 | 1000001 | 101110 |
Color Harmonies of #C3297B
Complementary color
Monochromatic Colors of #C3297B
Black with #C3297B
Text Example
Text Example
White with #C3297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3297B; }
p { color: rgb(195,41,123); }
H1.HeaderClassName
{
color: #C3297B;
}
.AnyTagClassName
{
color: #C3297B;
}
</style>
background-color css
<style>
a { background-color: #C3297B; }
a { background-color: rgb(195,41,123); }
div.DivClassName
{
background-color: #C3297B;
}
.BgClassName
{
background-color: #C3297B;
}
</style>
border-color css
<style>
span { border-color: #C3297B; }
span { border-color: rgb(195,41,123); }
td.TdClassName
{
border-color: #C3297B;
}
.TagClassName
{
border-color: #C3297B;
}
</style>