Html Css Color HEX #C42382 Medium Violet Red

📋 copy color: '#C42382'

red 196 ◦ green 35 ◦ blue 130

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

Shades of Medium Violet Red #C42382

Tints of Medium Violet Red #C42382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

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

R = 54.29%
G = 9.7%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C42382 (or 0xC42382) is known color: Medium Violet Red. HEX triplet: C4, 23 and 82. RGB value is (196,35,130). Sum of RGB (Red+Green+Blue) = 196+35+130=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C42382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42382 is #3BDC7D. Grayscale: #5D5D5D. Windows color (decimal): -3923070 or 8528836. OLE color: 8528836.

HSL color Cylindrical-coordinate representation of color #C42382: hue angle of 324.6º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42382 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 130 -
CMYK 0 0.82 0.34 0.23
HSL 324.6º 0.7% 0.45% -
HSV(B) 324.6º 0.82% 0.77% -
XYZ 27.4 14.55 22.48 -
YUV 93.97 148.34 200.78 -
System Red Green Blue C M Y K H S L
Decimal 196 35 130 0 0.82 0.34 0.23 324.6 0.7 0.45
Hex C4 23 82 0 52 22 17 145 46 2D
Octal 304 43 202 0 122 42 27 505 106 55
Binary 11000100 100011 10000010 0 1010010 100010 10111 101000101 1000110 101101

Color Harmonies of #C42382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42382

Black with #C42382

Text Example


Text Example

White with #C42382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42382; }

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

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

background-color css

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

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

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

border-color css

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

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

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