Html Css Color HEX #C2077A Medium Violet Red

📋 copy color: '#C2077A'

red 194 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #C2077A

Tints of Medium Violet Red #C2077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.77%

R = 60.06%
G = 2.17%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2077A (or 0xC2077A) is known color: Medium Violet Red. HEX triplet: C2, 07 and 7A. RGB value is (194,7,122). Sum of RGB (Red+Green+Blue) = 194+7+122=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2077A is #3DF885. Grayscale: #4B4B4B. Windows color (decimal): -4061318 or 7997378. OLE color: 7997378.

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

Color convert

RGB 194 7 122 -
CMYK 0 0.96 0.37 0.24
HSL 323.1º 0.93% 0.39% -
HSV(B) 323.1º 0.96% 0.76% -
XYZ 25.84 13.03 19.56 -
YUV 76.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 194 7 122 0 0.96 0.37 0.24 323.1 0.93 0.39
Hex C2 7 7A 0 60 25 18 143 5D 27
Octal 302 7 172 0 140 45 30 503 135 47
Binary 11000010 111 1111010 0 1100000 100101 11000 101000011 1011101 100111

Color Harmonies of #C2077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2077A

Black with #C2077A

Text Example


Text Example

White with #C2077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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