#C23B8A

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

Shades of Medium Red Violet #C23B8A

Tints of Medium Red Violet #C23B8A

Color information

#C23B8A (or 0xC23B8A) is unknown color: approx Medium Red Violet. HEX triplet: C2, 3B and 8A. RGB value is (194,59,138). Sum of RGB (Red+Green+Blue) = 194+59+138=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23B8A is #3DC475. Grayscale: #6C6C6C. Windows color (decimal): -4047990 or 9059266. OLE color: 9059266.

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

Color convert

RGB19459138-
CMYK00.700.290.24
HSL324.89º53.36%49.61%-
HSV(B)324.89º69.59%76.08%-
XYZ28.416.4325.72-
YUV108.37144.73189.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 59 (23.44% from 255) = 15.09%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=49.62%
G=15.09%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945913800.700.290.24324.8953.3649.61
HexC23B8A0461D181453532
Octal30273212010635305056562
Binary1100001011101110001010010001101110111000101000101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B8A; }

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

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

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

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

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

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

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

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