Html Css Color HEX #C40173 Medium Violet Red

📋 copy color: '#C40173'

red 196 ◦ green 1 ◦ blue 115

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

Shades of Medium Violet Red #C40173

Tints of Medium Violet Red #C40173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 62.82%
G = 0.32%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C40173 (or 0xC40173) is known color: Medium Violet Red. HEX triplet: C4, 01 and 73. RGB value is (196,1,115). Sum of RGB (Red+Green+Blue) = 196+1+115=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C40173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40173 is #3BFE8C. Grayscale: #484848. Windows color (decimal): -3931789 or 7537092. OLE color: 7537092.

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

Color convert

RGB 196 1 115 -
CMYK 0 0.99 0.41 0.23
HSL 324.92º 0.99% 0.39% -
HSV(B) 324.92º 0.99% 0.77% -
XYZ 25.87 13 17.36 -
YUV 72.3 152.1 216.23 -
System Red Green Blue C M Y K H S L
Decimal 196 1 115 0 0.99 0.41 0.23 324.92 0.99 0.39
Hex C4 1 73 0 63 29 17 145 63 27
Octal 304 1 163 0 143 51 27 505 143 47
Binary 11000100 1 1110011 0 1100011 101001 10111 101000101 1100011 100111

Color Harmonies of #C40173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40173

Black with #C40173

Text Example


Text Example

White with #C40173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40173; }

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

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

background-color css

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

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

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

border-color css

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

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

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