#C2327F

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

Shades of Medium Red Violet #C2327F

Tints of Medium Red Violet #C2327F

Color information

#C2327F (or 0xC2327F) is unknown color: approx Medium Red Violet. HEX triplet: C2, 32 and 7F. RGB value is (194,50,127). Sum of RGB (Red+Green+Blue) = 194+50+127=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2327F is #3DCD80. Grayscale: #656565. Windows color (decimal): -4050305 or 8336066. OLE color: 8336066.

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

Color convert

RGB19450127-
CMYK00.740.350.24
HSL327.92º59.02%47.84%-
HSV(B)327.92º74.23%76.08%-
XYZ27.2215.2821.59-
YUV101.83142.21193.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 50 (19.92% from 255) = 13.48%
BLUE value IS 127 (50% from 255) = 34.23%
R=52.29%
G=13.48%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945012700.740.350.24327.9259.0247.84
HexC2327F04A23181483b30
Octal30262177011243305107360
Binary1100001011001011111110100101010001111000101001000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2327F; }

 p { color: rgb(194,50,127); }

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

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

 a { background-color: rgb(194,50,127); }

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

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

 span { border-color: rgb(194,50,127); }

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