#C23380

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

Shades of Medium Red Violet #C23380

Tints of Medium Red Violet #C23380

Color information

#C23380 (or 0xC23380) is unknown color: approx Medium Red Violet. HEX triplet: C2, 33 and 80. RGB value is (194,51,128). Sum of RGB (Red+Green+Blue) = 194+51+128=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C23380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23380 is #3DCC7F. Grayscale: #666666. Windows color (decimal): -4050048 or 8401858. OLE color: 8401858.

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

Color convert

RGB19451128-
CMYK00.740.340.24
HSL327.69º58.37%48.04%-
HSV(B)327.69º73.71%76.08%-
XYZ27.3315.421.95-
YUV102.54142.38193.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 51 (20.31% from 255) = 13.67%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=52.01%
G=13.67%
B=34.32%

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
Decimal1945112800.740.340.24327.6958.3748.04
HexC2338004A22181483a30
Octal30263200011242305107260
Binary11000010110011100000000100101010001011000101001000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23380; }

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

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

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

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

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

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

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

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