Html Css Color HEX #C20076 Medium Violet Red

📋 copy color: '#C20076'

red 194 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #C20076

Tints of Medium Violet Red #C20076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 62.18%
G = 0%
B = 37.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C20076 (or 0xC20076) is known color: Medium Violet Red. HEX triplet: C2, 00 and 76. RGB value is (194,0,118). Sum of RGB (Red+Green+Blue) = 194+0+118=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C20076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20076 is #3DFF89. Grayscale: #474747. Windows color (decimal): -4063114 or 7733442. OLE color: 7733442.

HSL color Cylindrical-coordinate representation of color #C20076: hue angle of 323.51º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20076 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 118 -
CMYK 0 1 0.39 0.24
HSL 323.51º 1% 0.38% -
HSV(B) 323.51º 1% 0.76% -
XYZ 25.52 12.78 18.26 -
YUV 71.46 154.27 215.41 -
System Red Green Blue C M Y K H S L
Decimal 194 0 118 0 1 0.39 0.24 323.51 1 0.38
Hex C2 0 76 0 64 27 18 144 64 26
Octal 302 0 166 0 144 47 30 504 144 46
Binary 11000010 0 1110110 0 1100100 100111 11000 101000100 1100100 100110

Color Harmonies of #C20076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20076

Black with #C20076

Text Example


Text Example

White with #C20076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20076; }

 p { color: rgb(194,0,118); }

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

background-color css

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

 a { background-color: rgb(194,0,118); }

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

border-color css

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

 span { border-color: rgb(194,0,118); }

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