Html Css Color HEX #C41575 Medium Violet Red

📋 copy color: '#C41575'

red 196 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #C41575

Tints of Medium Violet Red #C41575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.29%

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 58.68%
G = 6.29%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C41575 (or 0xC41575) is known color: Medium Violet Red. HEX triplet: C4, 15 and 75. RGB value is (196,21,117). Sum of RGB (Red+Green+Blue) = 196+21+117=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C41575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41575 is #3BEA8A. Grayscale: #545454. Windows color (decimal): -3926667 or 7673284. OLE color: 7673284.

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

Color convert

RGB 196 21 117 -
CMYK 0 0.89 0.40 0.23
HSL 327.09º 0.81% 0.43% -
HSV(B) 327.09º 0.89% 0.77% -
XYZ 26.24 13.56 18.06 -
YUV 84.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 196 21 117 0 0.89 0.40 0.23 327.09 0.81 0.43
Hex C4 15 75 0 59 28 17 147 51 2B
Octal 304 25 165 0 131 50 27 507 121 53
Binary 11000100 10101 1110101 0 1011001 101000 10111 101000111 1010001 101011

Color Harmonies of #C41575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41575

Black with #C41575

Text Example


Text Example

White with #C41575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41575; }

 p { color: rgb(196,21,117); }

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

background-color css

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

 a { background-color: rgb(196,21,117); }

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

border-color css

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

 span { border-color: rgb(196,21,117); }

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