Shades of Medium Red Violet #C3257D
Tints of Medium Red Violet #C3257D
RGB
CMYK
RGB Variations
Color information
#C3257D (or 0xC3257D) is known color: Medium Red Violet. HEX triplet: C3, 25 and 7D. RGB value is (195,37,125). Sum of RGB (Red+Green+Blue) = 195+37+125=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3257D is #3CDA82. Grayscale: #5E5E5E. Windows color (decimal): -3988099 or 8201667. OLE color: 8201667.
HSL color Cylindrical-coordinate representation of color #C3257D: hue angle of 326.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3257D is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 125 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.24 |
| HSL | 326.58º | 0.68% | 0.45% | - |
| HSV(B) | 326.58º | 0.81% | 0.76% | - |
| XYZ | 26.87 | 14.41 | 20.77 | - |
| YUV | 94.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 125 | 0 | 0.81 | 0.36 | 0.24 | 326.58 | 0.68 | 0.45 |
| Hex | C3 | 25 | 7D | 0 | 51 | 24 | 18 | 147 | 44 | 2D |
| Octal | 303 | 45 | 175 | 0 | 121 | 44 | 30 | 507 | 104 | 55 |
| Binary | 11000011 | 100101 | 1111101 | 0 | 1010001 | 100100 | 11000 | 101000111 | 1000100 | 101101 |
Color Harmonies of #C3257D
Complementary color
Monochromatic Colors of #C3257D
Black with #C3257D
Text Example
Text Example
White with #C3257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3257D; }
p { color: rgb(195,37,125); }
H1.HeaderClassName
{
color: #C3257D;
}
.AnyTagClassName
{
color: #C3257D;
}
</style>
background-color css
<style>
a { background-color: #C3257D; }
a { background-color: rgb(195,37,125); }
div.DivClassName
{
background-color: #C3257D;
}
.BgClassName
{
background-color: #C3257D;
}
</style>
border-color css
<style>
span { border-color: #C3257D; }
span { border-color: rgb(195,37,125); }
td.TdClassName
{
border-color: #C3257D;
}
.TagClassName
{
border-color: #C3257D;
}
</style>