Html Css Color HEX #C2078C Medium Violet Red

📋 copy color: '#C2078C'

red 194 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #C2078C

Tints of Medium Violet Red #C2078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 56.89%
G = 2.05%
B = 41.06%

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

#C2078C (or 0xC2078C) is known color: Medium Violet Red. HEX triplet: C2, 07 and 8C. RGB value is (194,7,140). Sum of RGB (Red+Green+Blue) = 194+7+140=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2078C is #3DF873. Grayscale: #4D4D4D. Windows color (decimal): -4061300 or 9177026. OLE color: 9177026.

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

Color convert

RGB 194 7 140 -
CMYK 0 0.96 0.28 0.24
HSL 317.33º 0.93% 0.39% -
HSV(B) 317.33º 0.96% 0.76% -
XYZ 27.06 13.51 25.99 -
YUV 78.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 194 7 140 0 0.96 0.28 0.24 317.33 0.93 0.39
Hex C2 7 8C 0 60 1C 18 13D 5D 27
Octal 302 7 214 0 140 34 30 475 135 47
Binary 11000010 111 10001100 0 1100000 11100 11000 100111101 1011101 100111

Color Harmonies of #C2078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2078C

Black with #C2078C

Text Example


Text Example

White with #C2078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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