Html Css Color HEX #C2079D Medium Violet Red

📋 copy color: '#C2079D'

red 194 ◦ green 7 ◦ blue 157

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

Shades of Medium Violet Red #C2079D

Tints of Medium Violet Red #C2079D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 54.19%
G = 1.96%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2079D (or 0xC2079D) is known color: Medium Violet Red. HEX triplet: C2, 07 and 9D. RGB value is (194,7,157). Sum of RGB (Red+Green+Blue) = 194+7+157=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2079D is #3DF862. Grayscale: #4F4F4F. Windows color (decimal): -4061283 or 10291138. OLE color: 10291138.

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

Color convert

RGB 194 7 157 -
CMYK 0 0.96 0.19 0.24
HSL 311.87º 0.93% 0.39% -
HSV(B) 311.87º 0.96% 0.76% -
XYZ 28.41 14.06 33.11 -
YUV 80.01 171.45 209.3 -
System Red Green Blue C M Y K H S L
Decimal 194 7 157 0 0.96 0.19 0.24 311.87 0.93 0.39
Hex C2 7 9D 0 60 13 18 138 5D 27
Octal 302 7 235 0 140 23 30 470 135 47
Binary 11000010 111 10011101 0 1100000 10011 11000 100111000 1011101 100111

Color Harmonies of #C2079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2079D

Black with #C2079D

Text Example


Text Example

White with #C2079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2079D; }

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

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

background-color css

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

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

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

border-color css

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

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

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