Html Css Color HEX #C42084 Medium Violet Red

📋 copy color: '#C42084'

red 196 ◦ green 32 ◦ blue 132

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

Shades of Medium Violet Red #C42084

Tints of Medium Violet Red #C42084

RGB

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

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

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

R = 54.44%
G = 8.89%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C42084 (or 0xC42084) is known color: Medium Violet Red. HEX triplet: C4, 20 and 84. RGB value is (196,32,132). Sum of RGB (Red+Green+Blue) = 196+32+132=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C42084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42084 is #3BDF7B. Grayscale: #5C5C5C. Windows color (decimal): -3923836 or 8659140. OLE color: 8659140.

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

Color convert

RGB 196 32 132 -
CMYK 0 0.84 0.33 0.23
HSL 323.41º 0.72% 0.45% -
HSV(B) 323.41º 0.84% 0.77% -
XYZ 27.45 14.43 23.17 -
YUV 92.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 196 32 132 0 0.84 0.33 0.23 323.41 0.72 0.45
Hex C4 20 84 0 54 21 17 143 48 2D
Octal 304 40 204 0 124 41 27 503 110 55
Binary 11000100 100000 10000100 0 1010100 100001 10111 101000011 1001000 101101

Color Harmonies of #C42084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42084

Black with #C42084

Text Example


Text Example

White with #C42084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42084; }

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

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

background-color css

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

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

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

border-color css

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

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

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