Html Css Color HEX #C41E7D Medium Violet Red

📋 copy color: '#C41E7D'

red 196 ◦ green 30 ◦ blue 125

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

Shades of Medium Violet Red #C41E7D

Tints of Medium Violet Red #C41E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 55.84%
G = 8.55%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C41E7D (or 0xC41E7D) is known color: Medium Violet Red. HEX triplet: C4, 1E and 7D. RGB value is (196,30,125). Sum of RGB (Red+Green+Blue) = 196+30+125=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E7D is #3BE182. Grayscale: #5A5A5A. Windows color (decimal): -3924355 or 8199876. OLE color: 8199876.

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

Color convert

RGB 196 30 125 -
CMYK 0 0.85 0.36 0.23
HSL 325.66º 0.73% 0.44% -
HSV(B) 325.66º 0.85% 0.77% -
XYZ 26.93 14.14 20.71 -
YUV 90.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 196 30 125 0 0.85 0.36 0.23 325.66 0.73 0.44
Hex C4 1E 7D 0 55 24 17 146 49 2C
Octal 304 36 175 0 125 44 27 506 111 54
Binary 11000100 11110 1111101 0 1010101 100100 10111 101000110 1001001 101100

Color Harmonies of #C41E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E7D

Black with #C41E7D

Text Example


Text Example

White with #C41E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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