Html Css Color HEX #C40178 Medium Violet Red

📋 copy color: '#C40178'

red 196 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #C40178

Tints of Medium Violet Red #C40178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 61.83%
G = 0.32%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C40178 (or 0xC40178) is known color: Medium Violet Red. HEX triplet: C4, 01 and 78. RGB value is (196,1,120). Sum of RGB (Red+Green+Blue) = 196+1+120=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C40178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40178 is #3BFE87. Grayscale: #484848. Windows color (decimal): -3931784 or 7864772. OLE color: 7864772.

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

Color convert

RGB 196 1 120 -
CMYK 0 0.99 0.39 0.23
HSL 323.38º 0.99% 0.39% -
HSV(B) 323.38º 0.99% 0.77% -
XYZ 26.17 13.11 18.92 -
YUV 72.87 154.6 215.82 -
System Red Green Blue C M Y K H S L
Decimal 196 1 120 0 0.99 0.39 0.23 323.38 0.99 0.39
Hex C4 1 78 0 63 27 17 143 63 27
Octal 304 1 170 0 143 47 27 503 143 47
Binary 11000100 1 1111000 0 1100011 100111 10111 101000011 1100011 100111

Color Harmonies of #C40178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40178

Black with #C40178

Text Example


Text Example

White with #C40178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40178; }

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

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

background-color css

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

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

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

border-color css

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

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

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