Html Css Color HEX #C2137F Medium Violet Red

📋 copy color: '#C2137F'

red 194 ◦ green 19 ◦ blue 127

#C2137F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C2137F

Tints of Medium Violet Red #C2137F

RGB

 RED value IS 194 (76.17% from 255) = 57.06%

 GREEN value IS 19 (7.81% from 255) = 5.59%

 BLUE value IS 127 (50% from 255) = 37.35%

R = 57.06%
G = 5.59%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2137F (or 0xC2137F) is known color: Medium Violet Red. HEX triplet: C2, 13 and 7F. RGB value is (194,19,127). Sum of RGB (Red+Green+Blue) = 194+19+127=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2137F is #3DEC80. Grayscale: #535353. Windows color (decimal): -4058241 or 8328130. OLE color: 8328130.

HSL color Cylindrical-coordinate representation of color #C2137F: hue angle of 322.97º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2137F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 127 -
CMYK 0 0.90 0.35 0.24
HSL 322.97º 0.82% 0.42% -
HSV(B) 322.97º 0.9% 0.76% -
XYZ 26.31 13.47 21.29 -
YUV 83.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 194 19 127 0 0.90 0.35 0.24 322.97 0.82 0.42
Hex C2 13 7F 0 5A 23 18 143 52 2A
Octal 302 23 177 0 132 43 30 503 122 52
Binary 11000010 10011 1111111 0 1011010 100011 11000 101000011 1010010 101010

Color Harmonies of #C2137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2137F

Black with #C2137F

Text Example


Text Example

White with #C2137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2137F; }

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

 H1.HeaderClassName
 {
   color: #C2137F;
 }
 .AnyTagClassName
 {
   color: #C2137F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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