Html Css Color HEX #C42978 Medium Red Violet

📋 copy color: '#C42978'

red 196 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #C42978

Tints of Medium Red Violet #C42978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 54.9%
G = 11.48%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C42978 (or 0xC42978) is known color: Medium Red Violet. HEX triplet: C4, 29 and 78. RGB value is (196,41,120). Sum of RGB (Red+Green+Blue) = 196+41+120=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C42978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42978 is #3BD687. Grayscale: #606060. Windows color (decimal): -3921544 or 7875012. OLE color: 7875012.

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

Color convert

RGB 196 41 120 -
CMYK 0 0.79 0.39 0.23
HSL 329.42º 0.65% 0.46% -
HSV(B) 329.42º 0.79% 0.77% -
XYZ 26.95 14.68 19.18 -
YUV 96.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 196 41 120 0 0.79 0.39 0.23 329.42 0.65 0.46
Hex C4 29 78 0 4F 27 17 149 41 2E
Octal 304 51 170 0 117 47 27 511 101 56
Binary 11000100 101001 1111000 0 1001111 100111 10111 101001001 1000001 101110

Color Harmonies of #C42978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42978

Black with #C42978

Text Example


Text Example

White with #C42978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42978; }

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

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

background-color css

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

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

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

border-color css

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

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

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