Html Css Color HEX #C42984 Medium Red Violet

📋 copy color: '#C42984'

red 196 ◦ green 41 ◦ blue 132

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

Shades of Medium Red Violet #C42984

Tints of Medium Red Violet #C42984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 53.12%
G = 11.11%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C42984 (or 0xC42984) is known color: Medium Red Violet. HEX triplet: C4, 29 and 84. RGB value is (196,41,132). Sum of RGB (Red+Green+Blue) = 196+41+132=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C42984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42984 is #3BD67B. Grayscale: #616161. Windows color (decimal): -3921532 or 8661444. OLE color: 8661444.

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

Color convert

RGB 196 41 132 -
CMYK 0 0.79 0.33 0.23
HSL 324.77º 0.65% 0.46% -
HSV(B) 324.77º 0.79% 0.77% -
XYZ 27.72 14.99 23.26 -
YUV 97.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 196 41 132 0 0.79 0.33 0.23 324.77 0.65 0.46
Hex C4 29 84 0 4F 21 17 145 41 2E
Octal 304 51 204 0 117 41 27 505 101 56
Binary 11000100 101001 10000100 0 1001111 100001 10111 101000101 1000001 101110

Color Harmonies of #C42984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42984

Black with #C42984

Text Example


Text Example

White with #C42984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42984; }

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

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

background-color css

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

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

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

border-color css

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

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

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