#C23486

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

Shades of Medium Red Violet #C23486

Tints of Medium Red Violet #C23486

Color information

#C23486 (or 0xC23486) is unknown color: approx Medium Red Violet. HEX triplet: C2, 34 and 86. RGB value is (194,52,134). Sum of RGB (Red+Green+Blue) = 194+52+134=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C23486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23486 is #3DCB79. Grayscale: #676767. Windows color (decimal): -4049786 or 8795330. OLE color: 8795330.

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

Color convert

RGB19452134-
CMYK00.730.310.24
HSL325.35º57.72%48.24%-
HSV(B)325.35º73.2%76.08%-
XYZ27.7815.6524.11-
YUV103.81145.04192.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 52 (20.70% from 255) = 13.68%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=51.05%
G=13.68%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945213400.730.310.24325.3557.7248.24
HexC234860491F181453a30
Octal30264206011137305057260
Binary1100001011010010000110010010011111111000101000101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23486; }

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

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

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

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

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

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

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

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