Html Css Color HEX #C40174 Medium Violet Red

📋 copy color: '#C40174'

red 196 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #C40174

Tints of Medium Violet Red #C40174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 62.62%
G = 0.32%
B = 37.06%

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

#C40174 (or 0xC40174) is known color: Medium Violet Red. HEX triplet: C4, 01 and 74. RGB value is (196,1,116). Sum of RGB (Red+Green+Blue) = 196+1+116=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C40174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40174 is #3BFE8B. Grayscale: #484848. Windows color (decimal): -3931788 or 7602628. OLE color: 7602628.

HSL color Cylindrical-coordinate representation of color #C40174: hue angle of 324.62º 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 #C40174 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 116 -
CMYK 0 0.99 0.41 0.23
HSL 324.62º 0.99% 0.39% -
HSV(B) 324.62º 0.99% 0.77% -
XYZ 25.93 13.02 17.67 -
YUV 72.42 152.6 216.15 -
System Red Green Blue C M Y K H S L
Decimal 196 1 116 0 0.99 0.41 0.23 324.62 0.99 0.39
Hex C4 1 74 0 63 29 17 145 63 27
Octal 304 1 164 0 143 51 27 505 143 47
Binary 11000100 1 1110100 0 1100011 101001 10111 101000101 1100011 100111

Color Harmonies of #C40174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40174

Black with #C40174

Text Example


Text Example

White with #C40174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40174; }

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

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

background-color css

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

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

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

border-color css

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

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

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