#C2337F

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

Shades of Medium Red Violet #C2337F

Tints of Medium Red Violet #C2337F

Color information

#C2337F (or 0xC2337F) is unknown color: approx Medium Red Violet. HEX triplet: C2, 33 and 7F. RGB value is (194,51,127). Sum of RGB (Red+Green+Blue) = 194+51+127=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2337F is #3DCC80. Grayscale: #666666. Windows color (decimal): -4050049 or 8336322. OLE color: 8336322.

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

Color convert

RGB19451127-
CMYK00.740.350.24
HSL328.11º58.37%48.04%-
HSV(B)328.11º73.71%76.08%-
XYZ27.2615.3721.61-
YUV102.42141.88193.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 127 (50% from 255) = 34.14%
R=52.15%
G=13.71%
B=34.14%

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
Decimal1945112700.740.350.24328.1158.3748.04
HexC2337F04A23181483a30
Octal30263177011243305107260
Binary1100001011001111111110100101010001111000101001000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2337F; }

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

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

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

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

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

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

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

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