Html Css Color HEX #C41499 Medium Violet Red

📋 copy color: '#C41499'

red 196 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #C41499

Tints of Medium Violet Red #C41499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.42%

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 53.12%
G = 5.42%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C41499 (or 0xC41499) is known color: Medium Violet Red. HEX triplet: C4, 14 and 99. RGB value is (196,20,153). Sum of RGB (Red+Green+Blue) = 196+20+153=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C41499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41499 is #3BEB66. Grayscale: #575757. Windows color (decimal): -3926887 or 10032324. OLE color: 10032324.

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

Color convert

RGB 196 20 153 -
CMYK 0 0.90 0.22 0.23
HSL 314.66º 0.81% 0.42% -
HSV(B) 314.66º 0.9% 0.77% -
XYZ 28.76 14.54 31.43 -
YUV 87.79 164.81 205.19 -
System Red Green Blue C M Y K H S L
Decimal 196 20 153 0 0.90 0.22 0.23 314.66 0.81 0.42
Hex C4 14 99 0 5A 16 17 13B 51 2A
Octal 304 24 231 0 132 26 27 473 121 52
Binary 11000100 10100 10011001 0 1011010 10110 10111 100111011 1010001 101010

Color Harmonies of #C41499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41499

Black with #C41499

Text Example


Text Example

White with #C41499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41499; }

 p { color: rgb(196,20,153); }

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

background-color css

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

 a { background-color: rgb(196,20,153); }

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

border-color css

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

 span { border-color: rgb(196,20,153); }

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