Html Css Color HEX #C42D79 Medium Red Violet

📋 copy color: '#C42D79'

red 196 ◦ green 45 ◦ blue 121

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

Shades of Medium Red Violet #C42D79

Tints of Medium Red Violet #C42D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.43%

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

R = 54.14%
G = 12.43%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C42D79 (or 0xC42D79) is known color: Medium Red Violet. HEX triplet: C4, 2D and 79. RGB value is (196,45,121). Sum of RGB (Red+Green+Blue) = 196+45+121=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D79 is #3BD286. Grayscale: #626262. Windows color (decimal): -3920519 or 7941572. OLE color: 7941572.

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

Color convert

RGB 196 45 121 -
CMYK 0 0.77 0.38 0.23
HSL 329.8º 0.63% 0.47% -
HSV(B) 329.8º 0.77% 0.77% -
XYZ 27.15 14.99 19.55 -
YUV 98.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 196 45 121 0 0.77 0.38 0.23 329.8 0.63 0.47
Hex C4 2D 79 0 4D 26 17 14A 3F 2F
Octal 304 55 171 0 115 46 27 512 77 57
Binary 11000100 101101 1111001 0 1001101 100110 10111 101001010 111111 101111

Color Harmonies of #C42D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D79

Black with #C42D79

Text Example


Text Example

White with #C42D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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