#C23880

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

Shades of Medium Red Violet #C23880

Tints of Medium Red Violet #C23880

Color information

#C23880 (or 0xC23880) is unknown color: approx Medium Red Violet. HEX triplet: C2, 38 and 80. RGB value is (194,56,128). Sum of RGB (Red+Green+Blue) = 194+56+128=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C23880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23880 is #3DC77F. Grayscale: #696969. Windows color (decimal): -4048768 or 8403138. OLE color: 8403138.

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

Color convert

RGB19456128-
CMYK00.710.340.24
HSL328.7º55.2%49.02%-
HSV(B)328.7º71.13%76.08%-
XYZ27.5615.8622.03-
YUV105.47140.72191.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 56 (22.27% from 255) = 14.81%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=51.32%
G=14.81%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945612800.710.340.24328.755.249.02
HexC2388004722181493731
Octal30270200010742305116761
Binary11000010111000100000000100011110001011000101001001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23880; }

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

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

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

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

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

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

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

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