Html Css Color HEX #C2157A Medium Violet Red

📋 copy color: '#C2157A'

red 194 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #C2157A

Tints of Medium Violet Red #C2157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

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

R = 57.57%
G = 6.23%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2157A (or 0xC2157A) is known color: Medium Violet Red. HEX triplet: C2, 15 and 7A. RGB value is (194,21,122). Sum of RGB (Red+Green+Blue) = 194+21+122=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2157A is #3DEA85. Grayscale: #545454. Windows color (decimal): -4057734 or 8000962. OLE color: 8000962.

HSL color Cylindrical-coordinate representation of color #C2157A: hue angle of 324.97º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2157A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 122 -
CMYK 0 0.89 0.37 0.24
HSL 324.97º 0.8% 0.42% -
HSV(B) 324.97º 0.89% 0.76% -
XYZ 26.03 13.41 19.63 -
YUV 84.24 149.31 206.29 -
System Red Green Blue C M Y K H S L
Decimal 194 21 122 0 0.89 0.37 0.24 324.97 0.8 0.42
Hex C2 15 7A 0 59 25 18 145 50 2A
Octal 302 25 172 0 131 45 30 505 120 52
Binary 11000010 10101 1111010 0 1011001 100101 11000 101000101 1010000 101010

Color Harmonies of #C2157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2157A

Black with #C2157A

Text Example


Text Example

White with #C2157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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