Shades of Medium Red Violet #C3277F
Tints of Medium Red Violet #C3277F
RGB
CMYK
RGB Variations
Color information
#C3277F (or 0xC3277F) is known color: Medium Red Violet. HEX triplet: C3, 27 and 7F. RGB value is (195,39,127). Sum of RGB (Red+Green+Blue) = 195+39+127=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3277F is #3CD880. Grayscale: #5F5F5F. Windows color (decimal): -3987585 or 8333251. OLE color: 8333251.
HSL color Cylindrical-coordinate representation of color #C3277F: hue angle of 326.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3277F is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 127 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.24 |
| HSL | 326.15º | 0.67% | 0.46% | - |
| HSV(B) | 326.15º | 0.8% | 0.76% | - |
| XYZ | 27.06 | 14.59 | 21.47 | - |
| YUV | 95.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 127 | 0 | 0.80 | 0.35 | 0.24 | 326.15 | 0.67 | 0.46 |
| Hex | C3 | 27 | 7F | 0 | 50 | 23 | 18 | 146 | 43 | 2E |
| Octal | 303 | 47 | 177 | 0 | 120 | 43 | 30 | 506 | 103 | 56 |
| Binary | 11000011 | 100111 | 1111111 | 0 | 1010000 | 100011 | 11000 | 101000110 | 1000011 | 101110 |
Color Harmonies of #C3277F
Complementary color
Monochromatic Colors of #C3277F
Black with #C3277F
Text Example
Text Example
White with #C3277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3277F; }
p { color: rgb(195,39,127); }
H1.HeaderClassName
{
color: #C3277F;
}
.AnyTagClassName
{
color: #C3277F;
}
</style>
background-color css
<style>
a { background-color: #C3277F; }
a { background-color: rgb(195,39,127); }
div.DivClassName
{
background-color: #C3277F;
}
.BgClassName
{
background-color: #C3277F;
}
</style>
border-color css
<style>
span { border-color: #C3277F; }
span { border-color: rgb(195,39,127); }
td.TdClassName
{
border-color: #C3277F;
}
.TagClassName
{
border-color: #C3277F;
}
</style>