#C23C8A

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

Shades of Medium Red Violet #C23C8A

Tints of Medium Red Violet #C23C8A

Color information

#C23C8A (or 0xC23C8A) is unknown color: approx Medium Red Violet. HEX triplet: C2, 3C and 8A. RGB value is (194,60,138). Sum of RGB (Red+Green+Blue) = 194+60+138=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23C8A is #3DC375. Grayscale: #6C6C6C. Windows color (decimal): -4047734 or 9059522. OLE color: 9059522.

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

Color convert

RGB19460138-
CMYK00.690.290.24
HSL325.07º52.76%49.8%-
HSV(B)325.07º69.07%76.08%-
XYZ28.4516.5425.74-
YUV108.96144.39188.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 60 (23.83% from 255) = 15.31%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=49.49%
G=15.31%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946013800.690.290.24325.0752.7649.8
HexC23C8A0451D181453532
Octal30274212010535305056562
Binary1100001011110010001010010001011110111000101000101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23C8A; }

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

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

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

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

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

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

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

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