Html Css Color HEX #C41A70 Medium Violet Red

📋 copy color: '#C41A70'

red 196 ◦ green 26 ◦ blue 112

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

Shades of Medium Violet Red #C41A70

Tints of Medium Violet Red #C41A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

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

R = 58.68%
G = 7.78%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C41A70 (or 0xC41A70) is known color: Medium Violet Red. HEX triplet: C4, 1A and 70. RGB value is (196,26,112). Sum of RGB (Red+Green+Blue) = 196+26+112=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A70 is #3BE58F. Grayscale: #565656. Windows color (decimal): -3925392 or 7346884. OLE color: 7346884.

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

Color convert

RGB 196 26 112 -
CMYK 0 0.87 0.43 0.23
HSL 329.65º 0.77% 0.44% -
HSV(B) 329.65º 0.87% 0.77% -
XYZ 26.06 13.64 16.59 -
YUV 86.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 196 26 112 0 0.87 0.43 0.23 329.65 0.77 0.44
Hex C4 1A 70 0 57 2B 17 14A 4D 2C
Octal 304 32 160 0 127 53 27 512 115 54
Binary 11000100 11010 1110000 0 1010111 101011 10111 101001010 1001101 101100

Color Harmonies of #C41A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A70

Black with #C41A70

Text Example


Text Example

White with #C41A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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