Html Css Color HEX #C2077C Medium Violet Red

📋 copy color: '#C2077C'

red 194 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #C2077C

Tints of Medium Violet Red #C2077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

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

R = 59.69%
G = 2.15%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2077C (or 0xC2077C) is known color: Medium Violet Red. HEX triplet: C2, 07 and 7C. RGB value is (194,7,124). Sum of RGB (Red+Green+Blue) = 194+7+124=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2077C is #3DF883. Grayscale: #4B4B4B. Windows color (decimal): -4061316 or 8128450. OLE color: 8128450.

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

Color convert

RGB 194 7 124 -
CMYK 0 0.96 0.36 0.24
HSL 322.46º 0.93% 0.39% -
HSV(B) 322.46º 0.96% 0.76% -
XYZ 25.96 13.08 20.22 -
YUV 76.25 154.95 211.99 -
System Red Green Blue C M Y K H S L
Decimal 194 7 124 0 0.96 0.36 0.24 322.46 0.93 0.39
Hex C2 7 7C 0 60 24 18 142 5D 27
Octal 302 7 174 0 140 44 30 502 135 47
Binary 11000010 111 1111100 0 1100000 100100 11000 101000010 1011101 100111

Color Harmonies of #C2077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2077C

Black with #C2077C

Text Example


Text Example

White with #C2077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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