Html Css Color HEX #C40B9B Medium Violet Red

📋 copy color: '#C40B9B'

red 196 ◦ green 11 ◦ blue 155

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

Shades of Medium Violet Red #C40B9B

Tints of Medium Violet Red #C40B9B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.04%

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 54.14%
G = 3.04%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C40B9B (or 0xC40B9B) is known color: Medium Violet Red. HEX triplet: C4, 0B and 9B. RGB value is (196,11,155). Sum of RGB (Red+Green+Blue) = 196+11+155=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40B9B is #3BF464. Grayscale: #525252. Windows color (decimal): -3929189 or 10161092. OLE color: 10161092.

HSL color Cylindrical-coordinate representation of color #C40B9B: hue angle of 313.3º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B9B is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 11 155 -
CMYK 0 0.94 0.21 0.23
HSL 313.3º 0.89% 0.41% -
HSV(B) 313.3º 0.94% 0.77% -
XYZ 28.8 14.34 32.26 -
YUV 82.73 168.79 208.79 -
System Red Green Blue C M Y K H S L
Decimal 196 11 155 0 0.94 0.21 0.23 313.3 0.89 0.41
Hex C4 B 9B 0 5E 15 17 139 59 29
Octal 304 13 233 0 136 25 27 471 131 51
Binary 11000100 1011 10011011 0 1011110 10101 10111 100111001 1011001 101001

Color Harmonies of #C40B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40B9B

Black with #C40B9B

Text Example


Text Example

White with #C40B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40B9B; }

 p { color: rgb(196,11,155); }

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

background-color css

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

 a { background-color: rgb(196,11,155); }

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

border-color css

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

 span { border-color: rgb(196,11,155); }

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