#C23D7C

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

Shades of Medium Red Violet #C23D7C

Tints of Medium Red Violet #C23D7C

Color information

#C23D7C (or 0xC23D7C) is unknown color: approx Medium Red Violet. HEX triplet: C2, 3D and 7C. RGB value is (194,61,124). Sum of RGB (Red+Green+Blue) = 194+61+124=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D7C is #3DC283. Grayscale: #6B6B6B. Windows color (decimal): -4047492 or 8142274. OLE color: 8142274.

HSL color Cylindrical-coordinate representation of color #C23D7C: hue angle of 331.58º degrees, saturation: 0.52, 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 #C23D7C is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19461124-
CMYK00.690.360.24
HSL331.58º52.16%50%-
HSV(B)331.58º68.56%76.08%-
XYZ27.5516.2620.76-
YUV107.95137.06189.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 61 (24.22% from 255) = 16.09%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=51.19%
G=16.09%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946112400.690.360.24331.5852.1650
HexC23D7C045241814c3432
Octal30275174010544305146462
Binary1100001011110111111000100010110010011000101001100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23D7C; }

 p { color: rgb(194,61,124); }

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

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

 a { background-color: rgb(194,61,124); }

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

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

 span { border-color: rgb(194,61,124); }

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