Html Css Color HEX #C41296 Medium Violet Red

📋 copy color: '#C41296'

red 196 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #C41296

Tints of Medium Violet Red #C41296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.95%

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

R = 53.85%
G = 4.95%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C41296 (or 0xC41296) is known color: Medium Violet Red. HEX triplet: C4, 12 and 96. RGB value is (196,18,150). Sum of RGB (Red+Green+Blue) = 196+18+150=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C41296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41296 is #3BED69. Grayscale: #555555. Windows color (decimal): -3927402 or 9835204. OLE color: 9835204.

HSL color Cylindrical-coordinate representation of color #C41296: hue angle of 315.51º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41296 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 18 150 -
CMYK 0 0.91 0.23 0.23
HSL 315.51º 0.83% 0.42% -
HSV(B) 315.51º 0.91% 0.77% -
XYZ 28.49 14.37 30.13 -
YUV 86.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 196 18 150 0 0.91 0.23 0.23 315.51 0.83 0.42
Hex C4 12 96 0 5B 17 17 13C 53 2A
Octal 304 22 226 0 133 27 27 474 123 52
Binary 11000100 10010 10010110 0 1011011 10111 10111 100111100 1010011 101010

Color Harmonies of #C41296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41296

Black with #C41296

Text Example


Text Example

White with #C41296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41296; }

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

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

background-color css

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

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

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

border-color css

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

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

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