Html Css Color HEX #C41974 Medium Violet Red

📋 copy color: '#C41974'

red 196 ◦ green 25 ◦ blue 116

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

Shades of Medium Violet Red #C41974

Tints of Medium Violet Red #C41974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.42%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 58.16%
G = 7.42%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C41974 (or 0xC41974) is known color: Medium Violet Red. HEX triplet: C4, 19 and 74. RGB value is (196,25,116). Sum of RGB (Red+Green+Blue) = 196+25+116=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C41974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41974 is #3BE68B. Grayscale: #565656. Windows color (decimal): -3925644 or 7608772. OLE color: 7608772.

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

Color convert

RGB 196 25 116 -
CMYK 0 0.87 0.41 0.23
HSL 328.07º 0.77% 0.43% -
HSV(B) 328.07º 0.87% 0.77% -
XYZ 26.26 13.69 17.78 -
YUV 86.5 144.65 206.1 -
System Red Green Blue C M Y K H S L
Decimal 196 25 116 0 0.87 0.41 0.23 328.07 0.77 0.43
Hex C4 19 74 0 57 29 17 148 4D 2B
Octal 304 31 164 0 127 51 27 510 115 53
Binary 11000100 11001 1110100 0 1010111 101001 10111 101001000 1001101 101011

Color Harmonies of #C41974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41974

Black with #C41974

Text Example


Text Example

White with #C41974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41974; }

 p { color: rgb(196,25,116); }

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

background-color css

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

 a { background-color: rgb(196,25,116); }

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

border-color css

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

 span { border-color: rgb(196,25,116); }

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