#C2388A

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

Shades of Medium Red Violet #C2388A

Tints of Medium Red Violet #C2388A

Color information

#C2388A (or 0xC2388A) is unknown color: approx Medium Red Violet. HEX triplet: C2, 38 and 8A. RGB value is (194,56,138). Sum of RGB (Red+Green+Blue) = 194+56+138=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2388A is #3DC775. Grayscale: #6A6A6A. Windows color (decimal): -4048758 or 9058498. OLE color: 9058498.

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

Color convert

RGB19456138-
CMYK00.710.290.24
HSL324.35º55.2%49.02%-
HSV(B)324.35º71.13%76.08%-
XYZ28.2516.1325.67-
YUV106.61145.72190.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 14.43%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=50%
G=14.43%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945613800.710.290.24324.3555.249.02
HexC2388A0471D181443731
Octal30270212010735305046761
Binary1100001011100010001010010001111110111000101000100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2388A; }

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

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

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

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

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

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

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

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