#C23381

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

Shades of Medium Red Violet #C23381

Tints of Medium Red Violet #C23381

Color information

#C23381 (or 0xC23381) is unknown color: approx Medium Red Violet. HEX triplet: C2, 33 and 81. RGB value is (194,51,129). Sum of RGB (Red+Green+Blue) = 194+51+129=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C23381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23381 is #3DCC7E. Grayscale: #666666. Windows color (decimal): -4050047 or 8467394. OLE color: 8467394.

HSL color Cylindrical-coordinate representation of color #C23381: hue angle of 327.27º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23381 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19451129-
CMYK00.740.340.24
HSL327.27º58.37%48.04%-
HSV(B)327.27º73.71%76.08%-
XYZ27.3915.4222.3-
YUV102.65142.88193.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.87%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 129 (50.78% from 255) = 34.49%
R=51.87%
G=13.64%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945112900.740.340.24327.2758.3748.04
HexC2338104A22181473a30
Octal30263201011242305077260
Binary11000010110011100000010100101010001011000101000111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23381; }

 p { color: rgb(194,51,129); }

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

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

 a { background-color: rgb(194,51,129); }

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

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

 span { border-color: rgb(194,51,129); }

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