#C20675

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

Shades of Medium Violet Red #C20675

Tints of Medium Violet Red #C20675

Color information

#C20675 (or 0xC20675) is unknown color: approx Medium Violet Red. HEX triplet: C2, 06 and 75. RGB value is (194,6,117). Sum of RGB (Red+Green+Blue) = 194+6+117=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C20675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20675 is #3DF98A. Grayscale: #4A4A4A. Windows color (decimal): -4061579 or 7669442. OLE color: 7669442.

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

Color convert

RGB1946117-
CMYK00.970.400.24
HSL324.57º94%39.22%-
HSV(B)324.57º96.91%76.08%-
XYZ25.5212.8817.97-
YUV74.87151.78212.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=61.20%
G=1.89%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194611700.970.400.24324.579439.22
HexC267506128181455e27
Octal30261650141503050513647
Binary11000010110111010101100001101000110001010001011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20675; }

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

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

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

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

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

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

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

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