Html Css Color HEX #C2137A Medium Violet Red

📋 copy color: '#C2137A'

red 194 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #C2137A

Tints of Medium Violet Red #C2137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 57.91%
G = 5.67%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2137A (or 0xC2137A) is known color: Medium Violet Red. HEX triplet: C2, 13 and 7A. RGB value is (194,19,122). Sum of RGB (Red+Green+Blue) = 194+19+122=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2137A is #3DEC85. Grayscale: #525252. Windows color (decimal): -4058246 or 8000450. OLE color: 8000450.

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

Color convert

RGB 194 19 122 -
CMYK 0 0.90 0.37 0.24
HSL 324.69º 0.82% 0.42% -
HSV(B) 324.69º 0.9% 0.76% -
XYZ 25.99 13.34 19.62 -
YUV 83.07 149.98 207.12 -
System Red Green Blue C M Y K H S L
Decimal 194 19 122 0 0.90 0.37 0.24 324.69 0.82 0.42
Hex C2 13 7A 0 5A 25 18 145 52 2A
Octal 302 23 172 0 132 45 30 505 122 52
Binary 11000010 10011 1111010 0 1011010 100101 11000 101000101 1010010 101010

Color Harmonies of #C2137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2137A

Black with #C2137A

Text Example


Text Example

White with #C2137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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