Html Css Color HEX #C41377 Medium Violet Red

📋 copy color: '#C41377'

red 196 ◦ green 19 ◦ blue 119

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

Shades of Medium Violet Red #C41377

Tints of Medium Violet Red #C41377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 58.68%
G = 5.69%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C41377 (or 0xC41377) is known color: Medium Violet Red. HEX triplet: C4, 13 and 77. RGB value is (196,19,119). Sum of RGB (Red+Green+Blue) = 196+19+119=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C41377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41377 is #3BEC88. Grayscale: #535353. Windows color (decimal): -3927177 or 7803844. OLE color: 7803844.

HSL color Cylindrical-coordinate representation of color #C41377: hue angle of 326.1º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41377 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 119 -
CMYK 0 0.90 0.39 0.23
HSL 326.1º 0.82% 0.42% -
HSV(B) 326.1º 0.9% 0.77% -
XYZ 26.33 13.53 18.68 -
YUV 83.32 148.14 208.37 -
System Red Green Blue C M Y K H S L
Decimal 196 19 119 0 0.90 0.39 0.23 326.1 0.82 0.42
Hex C4 13 77 0 5A 27 17 146 52 2A
Octal 304 23 167 0 132 47 27 506 122 52
Binary 11000100 10011 1110111 0 1011010 100111 10111 101000110 1010010 101010

Color Harmonies of #C41377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41377

Black with #C41377

Text Example


Text Example

White with #C41377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41377; }

 p { color: rgb(196,19,119); }

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

background-color css

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

 a { background-color: rgb(196,19,119); }

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

border-color css

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

 span { border-color: rgb(196,19,119); }

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