Html Css Color HEX #C41B90 Medium Violet Red

📋 copy color: '#C41B90'

red 196 ◦ green 27 ◦ blue 144

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

Shades of Medium Violet Red #C41B90

Tints of Medium Violet Red #C41B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 53.41%
G = 7.36%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C41B90 (or 0xC41B90) is known color: Medium Violet Red. HEX triplet: C4, 1B and 90. RGB value is (196,27,144). Sum of RGB (Red+Green+Blue) = 196+27+144=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B90 is #3BE46F. Grayscale: #5A5A5A. Windows color (decimal): -3925104 or 9444292. OLE color: 9444292.

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

Color convert

RGB 196 27 144 -
CMYK 0 0.86 0.27 0.23
HSL 318.46º 0.76% 0.44% -
HSV(B) 318.46º 0.86% 0.77% -
XYZ 28.19 14.53 27.7 -
YUV 90.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 196 27 144 0 0.86 0.27 0.23 318.46 0.76 0.44
Hex C4 1B 90 0 56 1B 17 13E 4C 2C
Octal 304 33 220 0 126 33 27 476 114 54
Binary 11000100 11011 10010000 0 1010110 11011 10111 100111110 1001100 101100

Color Harmonies of #C41B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B90

Black with #C41B90

Text Example


Text Example

White with #C41B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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