#C23492

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

Shades of Medium Red Violet #C23492

Tints of Medium Red Violet #C23492

Color information

#C23492 (or 0xC23492) is unknown color: approx Medium Red Violet. HEX triplet: C2, 34 and 92. RGB value is (194,52,146). Sum of RGB (Red+Green+Blue) = 194+52+146=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C23492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23492 is #3DCB6D. Grayscale: #686868. Windows color (decimal): -4049774 or 9581762. OLE color: 9581762.

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

Color convert

RGB19452146-
CMYK00.730.250.24
HSL320.28º57.72%48.24%-
HSV(B)320.28º73.2%76.08%-
XYZ28.661628.77-
YUV105.17151.04191.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 52 (20.70% from 255) = 13.27%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=49.49%
G=13.27%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945214600.730.250.24320.2857.7248.24
HexC2349204919181403a30
Octal30264222011131305007260
Binary1100001011010010010010010010011100111000101000000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23492; }

 p { color: rgb(194,52,146); }

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

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

 a { background-color: rgb(194,52,146); }

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

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

 span { border-color: rgb(194,52,146); }

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