#C23290

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

Shades of Medium Red Violet #C23290

Tints of Medium Red Violet #C23290

Color information

#C23290 (or 0xC23290) is unknown color: approx Medium Red Violet. HEX triplet: C2, 32 and 90. RGB value is (194,50,144). Sum of RGB (Red+Green+Blue) = 194+50+144=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C23290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23290 is #3DCD6F. Grayscale: #676767. Windows color (decimal): -4050288 or 9450178. OLE color: 9450178.

HSL color Cylindrical-coordinate representation of color #C23290: hue angle of 320.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23290 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19450144-
CMYK00.740.260.24
HSL320.83º59.02%47.84%-
HSV(B)320.83º74.23%76.08%-
XYZ28.4215.7627.93-
YUV103.77150.71192.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 12.89%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=50%
G=12.89%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945014400.740.260.24320.8359.0247.84
HexC2329004A1A181413b30
Octal30262220011232305017360
Binary1100001011001010010000010010101101011000101000001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23290; }

 p { color: rgb(194,50,144); }

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

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

 a { background-color: rgb(194,50,144); }

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

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

 span { border-color: rgb(194,50,144); }

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