Html Css Color HEX #C41882 Medium Violet Red

📋 copy color: '#C41882'

red 196 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #C41882

Tints of Medium Violet Red #C41882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

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

R = 56%
G = 6.86%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C41882 (or 0xC41882) is known color: Medium Violet Red. HEX triplet: C4, 18 and 82. RGB value is (196,24,130). Sum of RGB (Red+Green+Blue) = 196+24+130=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C41882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41882 is #3BE77D. Grayscale: #575757. Windows color (decimal): -3925886 or 8526020. OLE color: 8526020.

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

Color convert

RGB 196 24 130 -
CMYK 0 0.88 0.34 0.23
HSL 323.02º 0.78% 0.43% -
HSV(B) 323.02º 0.88% 0.77% -
XYZ 27.12 14 22.39 -
YUV 87.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 196 24 130 0 0.88 0.34 0.23 323.02 0.78 0.43
Hex C4 18 82 0 58 22 17 143 4E 2B
Octal 304 30 202 0 130 42 27 503 116 53
Binary 11000100 11000 10000010 0 1011000 100010 10111 101000011 1001110 101011

Color Harmonies of #C41882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41882

Black with #C41882

Text Example


Text Example

White with #C41882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41882; }

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

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

background-color css

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

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

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

border-color css

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

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

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