#C10476

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

Shades of Medium Violet Red #C10476

Tints of Medium Violet Red #C10476

Color information

#C10476 (or 0xC10476) is unknown color: approx Medium Violet Red. HEX triplet: C1, 04 and 76. RGB value is (193,4,118). Sum of RGB (Red+Green+Blue) = 193+4+118=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C10476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10476 is #3EFB89. Grayscale: #494949. Windows color (decimal): -4127626 or 7734465. OLE color: 7734465.

HSL color Cylindrical-coordinate representation of color #C10476: hue angle of 323.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10476 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB1934118-
CMYK00.980.390.24
HSL323.81º95.94%38.63%-
HSV(B)323.81º97.93%75.69%-
XYZ25.3112.7318.26-
YUV73.51153.12213.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.27%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=61.27%
G=1.27%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193411800.980.390.24323.8195.9438.63
HexC147606227181446027
Octal30141660142473050414047
Binary11000001100111011001100010100111110001010001001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10476; }

 p { color: rgb(193,4,118); }

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

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

 a { background-color: rgb(193,4,118); }

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

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

 span { border-color: rgb(193,4,118); }

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