Html Css Color HEX #C41B74 Medium Violet Red

📋 copy color: '#C41B74'

red 196 ◦ green 27 ◦ blue 116

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

Shades of Medium Violet Red #C41B74

Tints of Medium Violet Red #C41B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 57.82%
G = 7.96%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C41B74 (or 0xC41B74) is known color: Medium Violet Red. HEX triplet: C4, 1B and 74. RGB value is (196,27,116). Sum of RGB (Red+Green+Blue) = 196+27+116=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B74 is #3BE48B. Grayscale: #575757. Windows color (decimal): -3925132 or 7609284. OLE color: 7609284.

HSL color Cylindrical-coordinate representation of color #C41B74: hue angle of 328.4º 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 #C41B74 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 116 -
CMYK 0 0.86 0.41 0.23
HSL 328.4º 0.76% 0.44% -
HSV(B) 328.4º 0.86% 0.77% -
XYZ 26.31 13.78 17.8 -
YUV 87.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 196 27 116 0 0.86 0.41 0.23 328.4 0.76 0.44
Hex C4 1B 74 0 56 29 17 148 4C 2C
Octal 304 33 164 0 126 51 27 510 114 54
Binary 11000100 11011 1110100 0 1010110 101001 10111 101001000 1001100 101100

Color Harmonies of #C41B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B74

Black with #C41B74

Text Example


Text Example

White with #C41B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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