#C4317C

Color #C4317C Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C4317C

Tints of Medium Red Violet #C4317C

Color information

#C4317C (or 0xC4317C) is unknown color: approx Medium Red Violet. HEX triplet: C4, 31 and 7C. RGB value is (196,49,124). Sum of RGB (Red+Green+Blue) = 196+49+124=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4317C is #3BCE83. Grayscale: #656565. Windows color (decimal): -3919492 or 8139204. OLE color: 8139204.

HSL color Cylindrical-coordinate representation of color #C4317C: hue angle of 329.39º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4317C is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19649124-
CMYK00.750.370.23
HSL329.39º60%48.04%-
HSV(B)329.39º75%76.86%-
XYZ27.515.3920.59-
YUV101.5140.7195.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 49 (19.53% from 255) = 13.28%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=53.12%
G=13.28%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964912400.750.370.23329.396048.04
HexC4317C04B25171493c30
Octal30461174011345275117460
Binary1100010011000111111000100101110010110111101001001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4317C; }

 p { color: rgb(196,49,124); }

 H1.HeaderClassName
 {
   color: #C4317C;
 }
 .AnyTagClassName
 {
   color: #C4317C;
 }
</style>
background-color css

<style>
 a { background-color: #C4317C; }

 a { background-color: rgb(196,49,124); }

 div.DivClassName
 {
   background-color: #C4317C;
 }
 .BgClassName
 {
   background-color: #C4317C;
 }
</style>
border-color css

<style>
 span { border-color: #C4317C; }

 span { border-color: rgb(196,49,124); }

 td.TdClassName
 {
   border-color: #C4317C;
 }
 .TagClassName
 {
   border-color: #C4317C;
 }
</style>