#C2397A

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

Shades of Medium Red Violet #C2397A

Tints of Medium Red Violet #C2397A

Color information

#C2397A (or 0xC2397A) is unknown color: approx Medium Red Violet. HEX triplet: C2, 39 and 7A. RGB value is (194,57,122). Sum of RGB (Red+Green+Blue) = 194+57+122=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2397A is #3DC685. Grayscale: #696969. Windows color (decimal): -4048518 or 8010178. OLE color: 8010178.

HSL color Cylindrical-coordinate representation of color #C2397A: hue angle of 331.53º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2397A is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19457122-
CMYK00.710.370.24
HSL331.53º54.58%49.22%-
HSV(B)331.53º70.62%76.08%-
XYZ27.2215.820.03-
YUV105.37137.39191.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=52.01%
G=15.28%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945712200.710.370.24331.5354.5849.22
HexC2397A047251814c3731
Octal30271172010745305146761
Binary1100001011100111110100100011110010111000101001100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2397A; }

 p { color: rgb(194,57,122); }

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

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

 a { background-color: rgb(194,57,122); }

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

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

 span { border-color: rgb(194,57,122); }

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