Html Css Color HEX #C41495 Medium Violet Red

📋 copy color: '#C41495'

red 196 ◦ green 20 ◦ blue 149

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

Shades of Medium Violet Red #C41495

Tints of Medium Violet Red #C41495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 53.7%
G = 5.48%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C41495 (or 0xC41495) is known color: Medium Violet Red. HEX triplet: C4, 14 and 95. RGB value is (196,20,149). Sum of RGB (Red+Green+Blue) = 196+20+149=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C41495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41495 is #3BEB6A. Grayscale: #565656. Windows color (decimal): -3926891 or 9770180. OLE color: 9770180.

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

Color convert

RGB 196 20 149 -
CMYK 0 0.90 0.24 0.23
HSL 316.02º 0.81% 0.42% -
HSV(B) 316.02º 0.9% 0.77% -
XYZ 28.44 14.41 29.72 -
YUV 87.33 162.81 205.51 -
System Red Green Blue C M Y K H S L
Decimal 196 20 149 0 0.90 0.24 0.23 316.02 0.81 0.42
Hex C4 14 95 0 5A 18 17 13C 51 2A
Octal 304 24 225 0 132 30 27 474 121 52
Binary 11000100 10100 10010101 0 1011010 11000 10111 100111100 1010001 101010

Color Harmonies of #C41495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41495

Black with #C41495

Text Example


Text Example

White with #C41495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41495; }

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

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

background-color css

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

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

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

border-color css

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

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

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