Html Css Color HEX #C40091 Medium Violet Red

📋 copy color: '#C40091'

red 196 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #C40091

Tints of Medium Violet Red #C40091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 57.48%
G = 0%
B = 42.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C40091 (or 0xC40091) is known color: Medium Violet Red. HEX triplet: C4, 00 and 91. RGB value is (196,0,145). Sum of RGB (Red+Green+Blue) = 196+0+145=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C40091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40091 is #3BFF6E. Grayscale: #4A4A4A. Windows color (decimal): -3932015 or 9502916. OLE color: 9502916.

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

Color convert

RGB 196 0 145 -
CMYK 0 1 0.26 0.23
HSL 315.61º 1% 0.38% -
HSV(B) 315.61º 1% 0.77% -
XYZ 27.88 13.78 27.98 -
YUV 75.13 167.43 214.21 -
System Red Green Blue C M Y K H S L
Decimal 196 0 145 0 1 0.26 0.23 315.61 1 0.38
Hex C4 0 91 0 64 1A 17 13C 64 26
Octal 304 0 221 0 144 32 27 474 144 46
Binary 11000100 0 10010001 0 1100100 11010 10111 100111100 1100100 100110

Color Harmonies of #C40091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40091

Black with #C40091

Text Example


Text Example

White with #C40091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40091; }

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

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

background-color css

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

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

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

border-color css

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

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

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