Html Css Color HEX #C41E8E Medium Violet Red

📋 copy color: '#C41E8E'

red 196 ◦ green 30 ◦ blue 142

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

Shades of Medium Violet Red #C41E8E

Tints of Medium Violet Red #C41E8E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.15%

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 53.26%
G = 8.15%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C41E8E (or 0xC41E8E) is known color: Medium Violet Red. HEX triplet: C4, 1E and 8E. RGB value is (196,30,142). Sum of RGB (Red+Green+Blue) = 196+30+142=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41E8E is #3BE171. Grayscale: #5C5C5C. Windows color (decimal): -3924338 or 9313988. OLE color: 9313988.

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

Color convert

RGB 196 30 142 -
CMYK 0 0.85 0.28 0.23
HSL 319.52º 0.73% 0.44% -
HSV(B) 319.52º 0.85% 0.77% -
XYZ 28.11 14.62 26.93 -
YUV 92.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 196 30 142 0 0.85 0.28 0.23 319.52 0.73 0.44
Hex C4 1E 8E 0 55 1C 17 140 49 2C
Octal 304 36 216 0 125 34 27 500 111 54
Binary 11000100 11110 10001110 0 1010101 11100 10111 101000000 1001001 101100

Color Harmonies of #C41E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E8E

Black with #C41E8E

Text Example


Text Example

White with #C41E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E8E; }

 p { color: rgb(196,30,142); }

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

background-color css

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

 a { background-color: rgb(196,30,142); }

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

border-color css

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

 span { border-color: rgb(196,30,142); }

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