Html Css Color HEX #C42082 Medium Violet Red

📋 copy color: '#C42082'

red 196 ◦ green 32 ◦ blue 130

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

Shades of Medium Violet Red #C42082

Tints of Medium Violet Red #C42082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 54.75%
G = 8.94%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C42082 (or 0xC42082) is known color: Medium Violet Red. HEX triplet: C4, 20 and 82. RGB value is (196,32,130). Sum of RGB (Red+Green+Blue) = 196+32+130=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C42082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42082 is #3BDF7D. Grayscale: #5B5B5B. Windows color (decimal): -3923838 or 8528068. OLE color: 8528068.

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

Color convert

RGB 196 32 130 -
CMYK 0 0.84 0.34 0.23
HSL 324.15º 0.72% 0.45% -
HSV(B) 324.15º 0.84% 0.77% -
XYZ 27.31 14.38 22.46 -
YUV 92.21 149.33 202.03 -
System Red Green Blue C M Y K H S L
Decimal 196 32 130 0 0.84 0.34 0.23 324.15 0.72 0.45
Hex C4 20 82 0 54 22 17 144 48 2D
Octal 304 40 202 0 124 42 27 504 110 55
Binary 11000100 100000 10000010 0 1010100 100010 10111 101000100 1001000 101101

Color Harmonies of #C42082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42082

Black with #C42082

Text Example


Text Example

White with #C42082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42082; }

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

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

background-color css

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

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

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

border-color css

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

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

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