Html Css Color HEX #C40089 Medium Violet Red

📋 copy color: '#C40089'

red 196 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #C40089

Tints of Medium Violet Red #C40089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 58.86%
G = 0%
B = 41.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C40089 (or 0xC40089) is known color: Medium Violet Red. HEX triplet: C4, 00 and 89. RGB value is (196,0,137). Sum of RGB (Red+Green+Blue) = 196+0+137=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C40089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40089 is #3BFF76. Grayscale: #494949. Windows color (decimal): -3932023 or 8978628. OLE color: 8978628.

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

Color convert

RGB 196 0 137 -
CMYK 0 1 0.30 0.23
HSL 318.06º 1% 0.38% -
HSV(B) 318.06º 1% 0.77% -
XYZ 27.28 13.54 24.84 -
YUV 74.22 163.43 214.86 -
System Red Green Blue C M Y K H S L
Decimal 196 0 137 0 1 0.30 0.23 318.06 1 0.38
Hex C4 0 89 0 64 1E 17 13E 64 26
Octal 304 0 211 0 144 36 27 476 144 46
Binary 11000100 0 10001001 0 1100100 11110 10111 100111110 1100100 100110

Color Harmonies of #C40089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40089

Black with #C40089

Text Example


Text Example

White with #C40089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40089; }

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

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

background-color css

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

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

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

border-color css

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

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

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