#C23B95

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

Shades of Medium Red Violet #C23B95

Tints of Medium Red Violet #C23B95

Color information

#C23B95 (or 0xC23B95) is unknown color: approx Medium Red Violet. HEX triplet: C2, 3B and 95. RGB value is (194,59,149). Sum of RGB (Red+Green+Blue) = 194+59+149=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23B95 is #3DC46A. Grayscale: #6D6D6D. Windows color (decimal): -4047979 or 9780162. OLE color: 9780162.

HSL color Cylindrical-coordinate representation of color #C23B95: hue angle of 320º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B95 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19459149-
CMYK00.700.230.24
HSL320º53.36%49.61%-
HSV(B)320º69.59%76.08%-
XYZ29.2416.7730.13-
YUV109.62150.23188.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 59 (23.44% from 255) = 14.68%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=48.26%
G=14.68%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945914900.700.230.2432053.3649.61
HexC23B9504617181403532
Octal30273225010627305006562
Binary1100001011101110010101010001101011111000101000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B95; }

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

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

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

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

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

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

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

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