Html Css Color HEX #C42979 Medium Red Violet

📋 copy color: '#C42979'

red 196 ◦ green 41 ◦ blue 121

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

Shades of Medium Red Violet #C42979

Tints of Medium Red Violet #C42979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 54.75%
G = 11.45%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C42979 (or 0xC42979) is known color: Medium Red Violet. HEX triplet: C4, 29 and 79. RGB value is (196,41,121). Sum of RGB (Red+Green+Blue) = 196+41+121=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C42979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42979 is #3BD686. Grayscale: #606060. Windows color (decimal): -3921543 or 7940548. OLE color: 7940548.

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

Color convert

RGB 196 41 121 -
CMYK 0 0.79 0.38 0.23
HSL 329.03º 0.65% 0.46% -
HSV(B) 329.03º 0.79% 0.77% -
XYZ 27.01 14.7 19.5 -
YUV 96.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 196 41 121 0 0.79 0.38 0.23 329.03 0.65 0.46
Hex C4 29 79 0 4F 26 17 149 41 2E
Octal 304 51 171 0 117 46 27 511 101 56
Binary 11000100 101001 1111001 0 1001111 100110 10111 101001001 1000001 101110

Color Harmonies of #C42979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42979

Black with #C42979

Text Example


Text Example

White with #C42979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42979; }

 p { color: rgb(196,41,121); }

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

background-color css

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

 a { background-color: rgb(196,41,121); }

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

border-color css

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

 span { border-color: rgb(196,41,121); }

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