Html Css Color HEX #C40673 Medium Violet Red

📋 copy color: '#C40673'

red 196 ◦ green 6 ◦ blue 115

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

Shades of Medium Violet Red #C40673

Tints of Medium Violet Red #C40673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 61.83%
G = 1.89%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C40673 (or 0xC40673) is known color: Medium Violet Red. HEX triplet: C4, 06 and 73. RGB value is (196,6,115). Sum of RGB (Red+Green+Blue) = 196+6+115=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C40673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40673 is #3BF98C. Grayscale: #4A4A4A. Windows color (decimal): -3930509 or 7538372. OLE color: 7538372.

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

Color convert

RGB 196 6 115 -
CMYK 0 0.97 0.41 0.23
HSL 325.58º 0.94% 0.4% -
HSV(B) 325.58º 0.97% 0.77% -
XYZ 25.92 13.1 17.38 -
YUV 75.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 196 6 115 0 0.97 0.41 0.23 325.58 0.94 0.4
Hex C4 6 73 0 61 29 17 146 5E 28
Octal 304 6 163 0 141 51 27 506 136 50
Binary 11000100 110 1110011 0 1100001 101001 10111 101000110 1011110 101000

Color Harmonies of #C40673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40673

Black with #C40673

Text Example


Text Example

White with #C40673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40673; }

 p { color: rgb(196,6,115); }

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

background-color css

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

 a { background-color: rgb(196,6,115); }

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

border-color css

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

 span { border-color: rgb(196,6,115); }

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