Html Css Color HEX #C42482 Medium Violet Red

📋 copy color: '#C42482'

red 196 ◦ green 36 ◦ blue 130

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

Shades of Medium Violet Red #C42482

Tints of Medium Violet Red #C42482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

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

R = 54.14%
G = 9.94%
B = 35.91%

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

#C42482 (or 0xC42482) is known color: Medium Violet Red. HEX triplet: C4, 24 and 82. RGB value is (196,36,130). Sum of RGB (Red+Green+Blue) = 196+36+130=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C42482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42482 is #3BDB7D. Grayscale: #5E5E5E. Windows color (decimal): -3922814 or 8529092. OLE color: 8529092.

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

Color convert

RGB 196 36 130 -
CMYK 0 0.82 0.34 0.23
HSL 324.75º 0.69% 0.45% -
HSV(B) 324.75º 0.82% 0.77% -
XYZ 27.43 14.61 22.49 -
YUV 94.56 148.01 200.36 -
System Red Green Blue C M Y K H S L
Decimal 196 36 130 0 0.82 0.34 0.23 324.75 0.69 0.45
Hex C4 24 82 0 52 22 17 145 45 2D
Octal 304 44 202 0 122 42 27 505 105 55
Binary 11000100 100100 10000010 0 1010010 100010 10111 101000101 1000101 101101

Color Harmonies of #C42482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42482

Black with #C42482

Text Example


Text Example

White with #C42482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42482; }

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

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

background-color css

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

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

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

border-color css

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

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

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