#C23495

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

Shades of Medium Red Violet #C23495

Tints of Medium Red Violet #C23495

Color information

#C23495 (or 0xC23495) is unknown color: approx Medium Red Violet. HEX triplet: C2, 34 and 95. RGB value is (194,52,149). Sum of RGB (Red+Green+Blue) = 194+52+149=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C23495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23495 is #3DCB6A. Grayscale: #696969. Windows color (decimal): -4049771 or 9778370. OLE color: 9778370.

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

Color convert

RGB19452149-
CMYK00.730.230.24
HSL319.01º57.72%48.24%-
HSV(B)319.01º73.2%76.08%-
XYZ28.916.130.02-
YUV105.52152.54191.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 52 (20.70% from 255) = 13.16%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=49.11%
G=13.16%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945214900.730.230.24319.0157.7248.24
HexC23495049171813f3a30
Octal30264225011127304777260
Binary1100001011010010010101010010011011111000100111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23495; }

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

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

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

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

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

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

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

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