Html Css Color HEX #C41E70 Medium Violet Red

📋 copy color: '#C41E70'

red 196 ◦ green 30 ◦ blue 112

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

Shades of Medium Violet Red #C41E70

Tints of Medium Violet Red #C41E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 57.99%
G = 8.88%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C41E70 (or 0xC41E70) is known color: Medium Violet Red. HEX triplet: C4, 1E and 70. RGB value is (196,30,112). Sum of RGB (Red+Green+Blue) = 196+30+112=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E70 is #3BE18F. Grayscale: #585858. Windows color (decimal): -3924368 or 7347908. OLE color: 7347908.

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

Color convert

RGB 196 30 112 -
CMYK 0 0.85 0.43 0.23
HSL 330.36º 0.73% 0.44% -
HSV(B) 330.36º 0.85% 0.77% -
XYZ 26.15 13.83 16.62 -
YUV 88.98 141 204.33 -
System Red Green Blue C M Y K H S L
Decimal 196 30 112 0 0.85 0.43 0.23 330.36 0.73 0.44
Hex C4 1E 70 0 55 2B 17 14A 49 2C
Octal 304 36 160 0 125 53 27 512 111 54
Binary 11000100 11110 1110000 0 1010101 101011 10111 101001010 1001001 101100

Color Harmonies of #C41E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E70

Black with #C41E70

Text Example


Text Example

White with #C41E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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