Html Css Color HEX #C41B82 Medium Violet Red

📋 copy color: '#C41B82'

red 196 ◦ green 27 ◦ blue 130

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

Shades of Medium Violet Red #C41B82

Tints of Medium Violet Red #C41B82

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.65%

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

R = 55.52%
G = 7.65%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C41B82 (or 0xC41B82) is known color: Medium Violet Red. HEX triplet: C4, 1B and 82. RGB value is (196,27,130). Sum of RGB (Red+Green+Blue) = 196+27+130=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B82 is #3BE47D. Grayscale: #595959. Windows color (decimal): -3925118 or 8526788. OLE color: 8526788.

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

Color convert

RGB 196 27 130 -
CMYK 0 0.86 0.34 0.23
HSL 323.43º 0.76% 0.44% -
HSV(B) 323.43º 0.86% 0.77% -
XYZ 27.19 14.13 22.41 -
YUV 89.27 150.99 204.12 -
System Red Green Blue C M Y K H S L
Decimal 196 27 130 0 0.86 0.34 0.23 323.43 0.76 0.44
Hex C4 1B 82 0 56 22 17 143 4C 2C
Octal 304 33 202 0 126 42 27 503 114 54
Binary 11000100 11011 10000010 0 1010110 100010 10111 101000011 1001100 101100

Color Harmonies of #C41B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B82

Black with #C41B82

Text Example


Text Example

White with #C41B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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