Html Css Color HEX #C4077A Medium Violet Red

📋 copy color: '#C4077A'

red 196 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #C4077A

Tints of Medium Violet Red #C4077A

RGB

 RED value IS 196 (76.95% from 255) = 60.31%

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

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

R = 60.31%
G = 2.15%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4077A (or 0xC4077A) is known color: Medium Violet Red. HEX triplet: C4, 07 and 7A. RGB value is (196,7,122). Sum of RGB (Red+Green+Blue) = 196+7+122=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4077A is #3BF885. Grayscale: #4C4C4C. Windows color (decimal): -3930246 or 7997380. OLE color: 7997380.

HSL color Cylindrical-coordinate representation of color #C4077A: hue angle of 323.49º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4077A is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 7 122 -
CMYK 0 0.96 0.38 0.23
HSL 323.49º 0.93% 0.4% -
HSV(B) 323.49º 0.96% 0.77% -
XYZ 26.35 13.29 19.59 -
YUV 76.62 153.62 213.15 -
System Red Green Blue C M Y K H S L
Decimal 196 7 122 0 0.96 0.38 0.23 323.49 0.93 0.4
Hex C4 7 7A 0 60 26 17 143 5D 28
Octal 304 7 172 0 140 46 27 503 135 50
Binary 11000100 111 1111010 0 1100000 100110 10111 101000011 1011101 101000

Color Harmonies of #C4077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4077A

Black with #C4077A

Text Example


Text Example

White with #C4077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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