Html Css Color HEX #C40775 Medium Violet Red

📋 copy color: '#C40775'

red 196 ◦ green 7 ◦ blue 117

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

Shades of Medium Violet Red #C40775

Tints of Medium Violet Red #C40775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

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

R = 61.25%
G = 2.19%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C40775 (or 0xC40775) is known color: Medium Violet Red. HEX triplet: C4, 07 and 75. RGB value is (196,7,117). Sum of RGB (Red+Green+Blue) = 196+7+117=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C40775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40775 is #3BF88A. Grayscale: #4B4B4B. Windows color (decimal): -3930251 or 7669700. OLE color: 7669700.

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

Color convert

RGB 196 7 117 -
CMYK 0 0.96 0.40 0.23
HSL 325.08º 0.93% 0.4% -
HSV(B) 325.08º 0.96% 0.77% -
XYZ 26.05 13.17 18 -
YUV 76.05 151.12 213.56 -
System Red Green Blue C M Y K H S L
Decimal 196 7 117 0 0.96 0.40 0.23 325.08 0.93 0.4
Hex C4 7 75 0 60 28 17 145 5D 28
Octal 304 7 165 0 140 50 27 505 135 50
Binary 11000100 111 1110101 0 1100000 101000 10111 101000101 1011101 101000

Color Harmonies of #C40775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40775

Black with #C40775

Text Example


Text Example

White with #C40775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40775; }

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

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

background-color css

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

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

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

border-color css

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

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

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