Shades of Medium Red Violet #C3337F
Tints of Medium Red Violet #C3337F
RGB
CMYK
RGB Variations
Color information
#C3337F (or 0xC3337F) is known color: Medium Red Violet. HEX triplet: C3, 33 and 7F. RGB value is (195,51,127). Sum of RGB (Red+Green+Blue) = 195+51+127=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3337F is #3CCC80. Grayscale: #666666. Windows color (decimal): -3984513 or 8336323. OLE color: 8336323.
HSL color Cylindrical-coordinate representation of color #C3337F: hue angle of 328.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3337F is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 127 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.24 |
| HSL | 328.33º | 0.59% | 0.48% | - |
| HSV(B) | 328.33º | 0.74% | 0.76% | - |
| XYZ | 27.52 | 15.5 | 21.62 | - |
| YUV | 102.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 127 | 0 | 0.74 | 0.35 | 0.24 | 328.33 | 0.59 | 0.48 |
| Hex | C3 | 33 | 7F | 0 | 4A | 23 | 18 | 148 | 3B | 30 |
| Octal | 303 | 63 | 177 | 0 | 112 | 43 | 30 | 510 | 73 | 60 |
| Binary | 11000011 | 110011 | 1111111 | 0 | 1001010 | 100011 | 11000 | 101001000 | 111011 | 110000 |
Color Harmonies of #C3337F
Complementary color
Monochromatic Colors of #C3337F
Black with #C3337F
Text Example
Text Example
White with #C3337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3337F; }
p { color: rgb(195,51,127); }
H1.HeaderClassName
{
color: #C3337F;
}
.AnyTagClassName
{
color: #C3337F;
}
</style>
background-color css
<style>
a { background-color: #C3337F; }
a { background-color: rgb(195,51,127); }
div.DivClassName
{
background-color: #C3337F;
}
.BgClassName
{
background-color: #C3337F;
}
</style>
border-color css
<style>
span { border-color: #C3337F; }
span { border-color: rgb(195,51,127); }
td.TdClassName
{
border-color: #C3337F;
}
.TagClassName
{
border-color: #C3337F;
}
</style>