Html Css Color HEX #C40090 Medium Violet Red

📋 copy color: '#C40090'

red 196 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #C40090

Tints of Medium Violet Red #C40090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 57.65%
G = 0%
B = 42.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C40090 (or 0xC40090) is known color: Medium Violet Red. HEX triplet: C4, 00 and 90. RGB value is (196,0,144). Sum of RGB (Red+Green+Blue) = 196+0+144=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C40090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40090 is #3BFF6F. Grayscale: #4A4A4A. Windows color (decimal): -3932016 or 9437380. OLE color: 9437380.

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

Color convert

RGB 196 0 144 -
CMYK 0 1 0.27 0.23
HSL 315.92º 1% 0.38% -
HSV(B) 315.92º 1% 0.77% -
XYZ 27.8 13.75 27.57 -
YUV 75.02 166.93 214.29 -
System Red Green Blue C M Y K H S L
Decimal 196 0 144 0 1 0.27 0.23 315.92 1 0.38
Hex C4 0 90 0 64 1B 17 13C 64 26
Octal 304 0 220 0 144 33 27 474 144 46
Binary 11000100 0 10010000 0 1100100 11011 10111 100111100 1100100 100110

Color Harmonies of #C40090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40090

Black with #C40090

Text Example


Text Example

White with #C40090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40090; }

 p { color: rgb(196,0,144); }

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

background-color css

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

 a { background-color: rgb(196,0,144); }

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

border-color css

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

 span { border-color: rgb(196,0,144); }

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