Html Css Color HEX #C42077 Medium Violet Red

📋 copy color: '#C42077'

red 196 ◦ green 32 ◦ blue 119

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

Shades of Medium Violet Red #C42077

Tints of Medium Violet Red #C42077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 56.48%
G = 9.22%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C42077 (or 0xC42077) is known color: Medium Violet Red. HEX triplet: C4, 20 and 77. RGB value is (196,32,119). Sum of RGB (Red+Green+Blue) = 196+32+119=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C42077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42077 is #3BDF88. Grayscale: #5A5A5A. Windows color (decimal): -3923849 or 7807172. OLE color: 7807172.

HSL color Cylindrical-coordinate representation of color #C42077: hue angle of 328.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42077 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 119 -
CMYK 0 0.84 0.39 0.23
HSL 328.17º 0.72% 0.45% -
HSV(B) 328.17º 0.84% 0.77% -
XYZ 26.61 14.1 18.77 -
YUV 90.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 196 32 119 0 0.84 0.39 0.23 328.17 0.72 0.45
Hex C4 20 77 0 54 27 17 148 48 2D
Octal 304 40 167 0 124 47 27 510 110 55
Binary 11000100 100000 1110111 0 1010100 100111 10111 101001000 1001000 101101

Color Harmonies of #C42077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42077

Black with #C42077

Text Example


Text Example

White with #C42077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42077; }

 p { color: rgb(196,32,119); }

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

background-color css

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

 a { background-color: rgb(196,32,119); }

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

border-color css

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

 span { border-color: rgb(196,32,119); }

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