Html Css Color HEX #C41396 Medium Violet Red

📋 copy color: '#C41396'

red 196 ◦ green 19 ◦ blue 150

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

Shades of Medium Violet Red #C41396

Tints of Medium Violet Red #C41396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 53.7%
G = 5.21%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C41396 (or 0xC41396) is known color: Medium Violet Red. HEX triplet: C4, 13 and 96. RGB value is (196,19,150). Sum of RGB (Red+Green+Blue) = 196+19+150=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C41396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41396 is #3BEC69. Grayscale: #565656. Windows color (decimal): -3927146 or 9835460. OLE color: 9835460.

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

Color convert

RGB 196 19 150 -
CMYK 0 0.90 0.23 0.23
HSL 315.59º 0.82% 0.42% -
HSV(B) 315.59º 0.9% 0.77% -
XYZ 28.5 14.4 30.13 -
YUV 86.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 196 19 150 0 0.90 0.23 0.23 315.59 0.82 0.42
Hex C4 13 96 0 5A 17 17 13C 52 2A
Octal 304 23 226 0 132 27 27 474 122 52
Binary 11000100 10011 10010110 0 1011010 10111 10111 100111100 1010010 101010

Color Harmonies of #C41396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41396

Black with #C41396

Text Example


Text Example

White with #C41396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41396; }

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

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

background-color css

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

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

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

border-color css

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

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

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