Html Css Color HEX #C41874 Medium Violet Red

📋 copy color: '#C41874'

red 196 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #C41874

Tints of Medium Violet Red #C41874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.14%

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

R = 58.33%
G = 7.14%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C41874 (or 0xC41874) is known color: Medium Violet Red. HEX triplet: C4, 18 and 74. RGB value is (196,24,116). Sum of RGB (Red+Green+Blue) = 196+24+116=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C41874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41874 is #3BE78B. Grayscale: #555555. Windows color (decimal): -3925900 or 7608516. OLE color: 7608516.

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

Color convert

RGB 196 24 116 -
CMYK 0 0.88 0.41 0.23
HSL 327.91º 0.78% 0.43% -
HSV(B) 327.91º 0.88% 0.77% -
XYZ 26.24 13.65 17.77 -
YUV 85.92 144.98 206.52 -
System Red Green Blue C M Y K H S L
Decimal 196 24 116 0 0.88 0.41 0.23 327.91 0.78 0.43
Hex C4 18 74 0 58 29 17 148 4E 2B
Octal 304 30 164 0 130 51 27 510 116 53
Binary 11000100 11000 1110100 0 1011000 101001 10111 101001000 1001110 101011

Color Harmonies of #C41874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41874

Black with #C41874

Text Example


Text Example

White with #C41874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41874; }

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

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

background-color css

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

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

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

border-color css

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

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

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