#C4307C

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

Shades of Medium Red Violet #C4307C

Tints of Medium Red Violet #C4307C

Color information

#C4307C (or 0xC4307C) is unknown color: approx Medium Red Violet. HEX triplet: C4, 30 and 7C. RGB value is (196,48,124). Sum of RGB (Red+Green+Blue) = 196+48+124=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4307C is #3BCF83. Grayscale: #646464. Windows color (decimal): -3919748 or 8138948. OLE color: 8138948.

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

Color convert

RGB19648124-
CMYK00.760.370.23
HSL329.19º60.66%47.84%-
HSV(B)329.19º75.51%76.86%-
XYZ27.4615.320.58-
YUV100.92141.03195.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.26%
GREEN value IS 48 (19.14% from 255) = 13.04%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=53.26%
G=13.04%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964812400.760.370.23329.1960.6647.84
HexC4307C04C25171493d30
Octal30460174011445275117560
Binary1100010011000011111000100110010010110111101001001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4307C; }

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

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

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

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

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

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

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

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