Html Css Color HEX #C2137E Medium Violet Red

📋 copy color: '#C2137E'

red 194 ◦ green 19 ◦ blue 126

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

Shades of Medium Violet Red #C2137E

Tints of Medium Violet Red #C2137E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 57.23%
G = 5.6%
B = 37.17%

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

#C2137E (or 0xC2137E) is known color: Medium Violet Red. HEX triplet: C2, 13 and 7E. RGB value is (194,19,126). Sum of RGB (Red+Green+Blue) = 194+19+126=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2137E is #3DEC81. Grayscale: #535353. Windows color (decimal): -4058242 or 8262594. OLE color: 8262594.

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

Color convert

RGB 194 19 126 -
CMYK 0 0.90 0.35 0.24
HSL 323.31º 0.82% 0.42% -
HSV(B) 323.31º 0.9% 0.76% -
XYZ 26.25 13.44 20.95 -
YUV 83.52 151.98 206.8 -
System Red Green Blue C M Y K H S L
Decimal 194 19 126 0 0.90 0.35 0.24 323.31 0.82 0.42
Hex C2 13 7E 0 5A 23 18 143 52 2A
Octal 302 23 176 0 132 43 30 503 122 52
Binary 11000010 10011 1111110 0 1011010 100011 11000 101000011 1010010 101010

Color Harmonies of #C2137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2137E

Black with #C2137E

Text Example


Text Example

White with #C2137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2137E; }

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

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

background-color css

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

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

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

border-color css

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

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

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