Html Css Color HEX #C2157F Medium Violet Red

📋 copy color: '#C2157F'

red 194 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #C2157F

Tints of Medium Violet Red #C2157F

RGB

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

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

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

R = 56.73%
G = 6.14%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2157F (or 0xC2157F) is known color: Medium Violet Red. HEX triplet: C2, 15 and 7F. RGB value is (194,21,127). Sum of RGB (Red+Green+Blue) = 194+21+127=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2157F is #3DEA80. Grayscale: #545454. Windows color (decimal): -4057729 or 8328642. OLE color: 8328642.

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

Color convert

RGB 194 21 127 -
CMYK 0 0.89 0.35 0.24
HSL 323.24º 0.8% 0.42% -
HSV(B) 323.24º 0.89% 0.76% -
XYZ 26.35 13.54 21.3 -
YUV 84.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 194 21 127 0 0.89 0.35 0.24 323.24 0.8 0.42
Hex C2 15 7F 0 59 23 18 143 50 2A
Octal 302 25 177 0 131 43 30 503 120 52
Binary 11000010 10101 1111111 0 1011001 100011 11000 101000011 1010000 101010

Color Harmonies of #C2157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2157F

Black with #C2157F

Text Example


Text Example

White with #C2157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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