Html Css Color HEX #C2077E Medium Violet Red

📋 copy color: '#C2077E'

red 194 ◦ green 7 ◦ blue 126

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

Shades of Medium Violet Red #C2077E

Tints of Medium Violet Red #C2077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 59.33%
G = 2.14%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2077E (or 0xC2077E) is known color: Medium Violet Red. HEX triplet: C2, 07 and 7E. RGB value is (194,7,126). Sum of RGB (Red+Green+Blue) = 194+7+126=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2077E is #3DF881. Grayscale: #4C4C4C. Windows color (decimal): -4061314 or 8259522. OLE color: 8259522.

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

Color convert

RGB 194 7 126 -
CMYK 0 0.96 0.35 0.24
HSL 321.82º 0.93% 0.39% -
HSV(B) 321.82º 0.96% 0.76% -
XYZ 26.09 13.13 20.9 -
YUV 76.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 194 7 126 0 0.96 0.35 0.24 321.82 0.93 0.39
Hex C2 7 7E 0 60 23 18 142 5D 27
Octal 302 7 176 0 140 43 30 502 135 47
Binary 11000010 111 1111110 0 1100000 100011 11000 101000010 1011101 100111

Color Harmonies of #C2077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2077E

Black with #C2077E

Text Example


Text Example

White with #C2077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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