Html Css Color HEX #C42076 Medium Violet Red

📋 copy color: '#C42076'

red 196 ◦ green 32 ◦ blue 118

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

Shades of Medium Violet Red #C42076

Tints of Medium Violet Red #C42076

RGB

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

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

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

R = 56.65%
G = 9.25%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C42076 (or 0xC42076) is known color: Medium Violet Red. HEX triplet: C4, 20 and 76. RGB value is (196,32,118). Sum of RGB (Red+Green+Blue) = 196+32+118=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C42076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42076 is #3BDF89. Grayscale: #5A5A5A. Windows color (decimal): -3923850 or 7741636. OLE color: 7741636.

HSL color Cylindrical-coordinate representation of color #C42076: hue angle of 328.54º 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 #C42076 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 118 -
CMYK 0 0.84 0.40 0.23
HSL 328.54º 0.72% 0.45% -
HSV(B) 328.54º 0.84% 0.77% -
XYZ 26.55 14.08 18.46 -
YUV 90.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 196 32 118 0 0.84 0.40 0.23 328.54 0.72 0.45
Hex C4 20 76 0 54 28 17 149 48 2D
Octal 304 40 166 0 124 50 27 511 110 55
Binary 11000100 100000 1110110 0 1010100 101000 10111 101001001 1001000 101101

Color Harmonies of #C42076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42076

Black with #C42076

Text Example


Text Example

White with #C42076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42076; }

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

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

background-color css

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

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

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

border-color css

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

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

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