Html Css Color HEX #C2057C Medium Violet Red

📋 copy color: '#C2057C'

red 194 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #C2057C

Tints of Medium Violet Red #C2057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.55%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 60.06%
G = 1.55%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2057C (or 0xC2057C) is known color: Medium Violet Red. HEX triplet: C2, 05 and 7C. RGB value is (194,5,124). Sum of RGB (Red+Green+Blue) = 194+5+124=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2057C is #3DFA83. Grayscale: #4A4A4A. Windows color (decimal): -4061828 or 8127938. OLE color: 8127938.

HSL color Cylindrical-coordinate representation of color #C2057C: hue angle of 322.22º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2057C is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 124 -
CMYK 0 0.97 0.36 0.24
HSL 322.22º 0.95% 0.39% -
HSV(B) 322.22º 0.97% 0.76% -
XYZ 25.94 13.03 20.22 -
YUV 75.08 155.62 212.82 -
System Red Green Blue C M Y K H S L
Decimal 194 5 124 0 0.97 0.36 0.24 322.22 0.95 0.39
Hex C2 5 7C 0 61 24 18 142 5F 27
Octal 302 5 174 0 141 44 30 502 137 47
Binary 11000010 101 1111100 0 1100001 100100 11000 101000010 1011111 100111

Color Harmonies of #C2057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2057C

Black with #C2057C

Text Example


Text Example

White with #C2057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2057C; }

 p { color: rgb(194,5,124); }

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

background-color css

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

 a { background-color: rgb(194,5,124); }

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

border-color css

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

 span { border-color: rgb(194,5,124); }

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