Html Css Color HEX #C41C95 Medium Violet Red

📋 copy color: '#C41C95'

red 196 ◦ green 28 ◦ blue 149

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

Shades of Medium Violet Red #C41C95

Tints of Medium Violet Red #C41C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.51%

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

R = 52.55%
G = 7.51%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C41C95 (or 0xC41C95) is known color: Medium Violet Red. HEX triplet: C4, 1C and 95. RGB value is (196,28,149). Sum of RGB (Red+Green+Blue) = 196+28+149=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41C95 is #3BE36A. Grayscale: #5B5B5B. Windows color (decimal): -3924843 or 9772228. OLE color: 9772228.

HSL color Cylindrical-coordinate representation of color #C41C95: hue angle of 316.79º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C95 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 28 149 -
CMYK 0 0.86 0.24 0.23
HSL 316.79º 0.75% 0.44% -
HSV(B) 316.79º 0.86% 0.77% -
XYZ 28.61 14.74 29.77 -
YUV 92.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 196 28 149 0 0.86 0.24 0.23 316.79 0.75 0.44
Hex C4 1C 95 0 56 18 17 13D 4B 2C
Octal 304 34 225 0 126 30 27 475 113 54
Binary 11000100 11100 10010101 0 1010110 11000 10111 100111101 1001011 101100

Color Harmonies of #C41C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C95

Black with #C41C95

Text Example


Text Example

White with #C41C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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