Html Css Color HEX #C41775 Medium Violet Red

📋 copy color: '#C41775'

red 196 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #C41775

Tints of Medium Violet Red #C41775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.85%

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

R = 58.33%
G = 6.85%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C41775 (or 0xC41775) is known color: Medium Violet Red. HEX triplet: C4, 17 and 75. RGB value is (196,23,117). Sum of RGB (Red+Green+Blue) = 196+23+117=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C41775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41775 is #3BE88A. Grayscale: #555555. Windows color (decimal): -3926155 or 7673796. OLE color: 7673796.

HSL color Cylindrical-coordinate representation of color #C41775: hue angle of 327.4º degrees, saturation: 0.79, 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 #C41775 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 23 117 -
CMYK 0 0.88 0.40 0.23
HSL 327.4º 0.79% 0.43% -
HSV(B) 327.4º 0.88% 0.77% -
XYZ 26.28 13.63 18.08 -
YUV 85.44 145.81 206.86 -
System Red Green Blue C M Y K H S L
Decimal 196 23 117 0 0.88 0.40 0.23 327.4 0.79 0.43
Hex C4 17 75 0 58 28 17 147 4F 2B
Octal 304 27 165 0 130 50 27 507 117 53
Binary 11000100 10111 1110101 0 1011000 101000 10111 101000111 1001111 101011

Color Harmonies of #C41775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41775

Black with #C41775

Text Example


Text Example

White with #C41775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41775; }

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

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

background-color css

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

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

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

border-color css

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

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

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