Html Css Color HEX #C41390 Medium Violet Red

📋 copy color: '#C41390'

red 196 ◦ green 19 ◦ blue 144

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

Shades of Medium Violet Red #C41390

Tints of Medium Violet Red #C41390

RGB

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

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

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

R = 54.6%
G = 5.29%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C41390 (or 0xC41390) is known color: Medium Violet Red. HEX triplet: C4, 13 and 90. RGB value is (196,19,144). Sum of RGB (Red+Green+Blue) = 196+19+144=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C41390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41390 is #3BEC6F. Grayscale: #555555. Windows color (decimal): -3927152 or 9442244. OLE color: 9442244.

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

Color convert

RGB 196 19 144 -
CMYK 0 0.90 0.27 0.23
HSL 317.63º 0.82% 0.42% -
HSV(B) 317.63º 0.9% 0.77% -
XYZ 28.03 14.22 27.65 -
YUV 86.17 160.64 206.34 -
System Red Green Blue C M Y K H S L
Decimal 196 19 144 0 0.90 0.27 0.23 317.63 0.82 0.42
Hex C4 13 90 0 5A 1B 17 13E 52 2A
Octal 304 23 220 0 132 33 27 476 122 52
Binary 11000100 10011 10010000 0 1011010 11011 10111 100111110 1010010 101010

Color Harmonies of #C41390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41390

Black with #C41390

Text Example


Text Example

White with #C41390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41390; }

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

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

background-color css

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

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

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

border-color css

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

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

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