Html Css Color HEX #C2078B Medium Violet Red

📋 copy color: '#C2078B'

red 194 ◦ green 7 ◦ blue 139

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

Shades of Medium Violet Red #C2078B

Tints of Medium Violet Red #C2078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 57.06%
G = 2.06%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2078B (or 0xC2078B) is known color: Medium Violet Red. HEX triplet: C2, 07 and 8B. RGB value is (194,7,139). Sum of RGB (Red+Green+Blue) = 194+7+139=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2078B is #3DF874. Grayscale: #4D4D4D. Windows color (decimal): -4061301 or 9111490. OLE color: 9111490.

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

Color convert

RGB 194 7 139 -
CMYK 0 0.96 0.28 0.24
HSL 317.65º 0.93% 0.39% -
HSV(B) 317.65º 0.96% 0.76% -
XYZ 26.98 13.49 25.61 -
YUV 77.96 162.45 210.77 -
System Red Green Blue C M Y K H S L
Decimal 194 7 139 0 0.96 0.28 0.24 317.65 0.93 0.39
Hex C2 7 8B 0 60 1C 18 13E 5D 27
Octal 302 7 213 0 140 34 30 476 135 47
Binary 11000010 111 10001011 0 1100000 11100 11000 100111110 1011101 100111

Color Harmonies of #C2078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2078B

Black with #C2078B

Text Example


Text Example

White with #C2078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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