#C23488

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

Shades of Medium Red Violet #C23488

Tints of Medium Red Violet #C23488

Color information

#C23488 (or 0xC23488) is unknown color: approx Medium Red Violet. HEX triplet: C2, 34 and 88. RGB value is (194,52,136). Sum of RGB (Red+Green+Blue) = 194+52+136=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C23488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23488 is #3DCB77. Grayscale: #676767. Windows color (decimal): -4049784 or 8926402. OLE color: 8926402.

HSL color Cylindrical-coordinate representation of color #C23488: hue angle of 324.51º 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 #C23488 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19452136-
CMYK00.730.300.24
HSL324.51º57.72%48.24%-
HSV(B)324.51º73.2%76.08%-
XYZ27.9215.724.85-
YUV104.03146.04192.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.79%
GREEN value IS 52 (20.70% from 255) = 13.61%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=50.79%
G=13.61%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945213600.730.300.24324.5157.7248.24
HexC234880491E181453a30
Octal30264210011136305057260
Binary1100001011010010001000010010011111011000101000101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23488; }

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

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

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

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

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

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

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

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