Html Css Color HEX #C2078A Medium Violet Red

📋 copy color: '#C2078A'

red 194 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #C2078A

Tints of Medium Violet Red #C2078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 57.23%
G = 2.06%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2078A (or 0xC2078A) is known color: Medium Violet Red. HEX triplet: C2, 07 and 8A. RGB value is (194,7,138). Sum of RGB (Red+Green+Blue) = 194+7+138=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2078A is #3DF875. Grayscale: #4D4D4D. Windows color (decimal): -4061302 or 9045954. OLE color: 9045954.

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

Color convert

RGB 194 7 138 -
CMYK 0 0.96 0.29 0.24
HSL 317.97º 0.93% 0.39% -
HSV(B) 317.97º 0.96% 0.76% -
XYZ 26.91 13.46 25.22 -
YUV 77.85 161.95 210.85 -
System Red Green Blue C M Y K H S L
Decimal 194 7 138 0 0.96 0.29 0.24 317.97 0.93 0.39
Hex C2 7 8A 0 60 1D 18 13E 5D 27
Octal 302 7 212 0 140 35 30 476 135 47
Binary 11000010 111 10001010 0 1100000 11101 11000 100111110 1011101 100111

Color Harmonies of #C2078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2078A

Black with #C2078A

Text Example


Text Example

White with #C2078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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