#C20375

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

Shades of Medium Violet Red #C20375

Tints of Medium Violet Red #C20375

Color information

#C20375 (or 0xC20375) is unknown color: approx Medium Violet Red. HEX triplet: C2, 03 and 75. RGB value is (194,3,117). Sum of RGB (Red+Green+Blue) = 194+3+117=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C20375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20375 is #3DFC8A. Grayscale: #484848. Windows color (decimal): -4062347 or 7668674. OLE color: 7668674.

HSL color Cylindrical-coordinate representation of color #C20375: hue angle of 324.19º degrees, saturation: 0.97, 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 #C20375 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB1943117-
CMYK00.980.400.24
HSL324.19º96.95%38.63%-
HSV(B)324.19º98.45%76.08%-
XYZ25.4912.8217.96-
YUV73.1152.78214.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.78%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=61.78%
G=0.96%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194311700.980.400.24324.1996.9538.63
HexC237506228181446127
Octal30231650142503050414147
Binary1100001011111010101100010101000110001010001001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20375; }

 p { color: rgb(194,3,117); }

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

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

 a { background-color: rgb(194,3,117); }

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

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

 span { border-color: rgb(194,3,117); }

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