#C2297B

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

Shades of Medium Red Violet #C2297B

Tints of Medium Red Violet #C2297B

Color information

#C2297B (or 0xC2297B) is unknown color: approx Medium Red Violet. HEX triplet: C2, 29 and 7B. RGB value is (194,41,123). Sum of RGB (Red+Green+Blue) = 194+41+123=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2297B is #3DD684. Grayscale: #5F5F5F. Windows color (decimal): -4052613 or 8071618. OLE color: 8071618.

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

Color convert

RGB19441123-
CMYK00.790.370.24
HSL327.84º65.11%46.08%-
HSV(B)327.84º78.87%76.08%-
XYZ26.6214.4920.13-
YUV96.1143.19197.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 41 (16.41% from 255) = 11.45%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=54.19%
G=11.45%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944112300.790.370.24327.8465.1146.08
HexC2297B04F2518148412e
Octal302511730117453051010156
Binary11000010101001111101101001111100101110001010010001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2297B; }

 p { color: rgb(194,41,123); }

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

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

 a { background-color: rgb(194,41,123); }

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

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

 span { border-color: rgb(194,41,123); }

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