Html Css Color HEX #C41B8B Medium Violet Red

📋 copy color: '#C41B8B'

red 196 ◦ green 27 ◦ blue 139

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

Shades of Medium Violet Red #C41B8B

Tints of Medium Violet Red #C41B8B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.46%

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 54.14%
G = 7.46%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C41B8B (or 0xC41B8B) is known color: Medium Violet Red. HEX triplet: C4, 1B and 8B. RGB value is (196,27,139). Sum of RGB (Red+Green+Blue) = 196+27+139=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B8B is #3BE474. Grayscale: #5A5A5A. Windows color (decimal): -3925109 or 9116612. OLE color: 9116612.

HSL color Cylindrical-coordinate representation of color #C41B8B: hue angle of 320.24º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41B8B is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 139 -
CMYK 0 0.86 0.29 0.23
HSL 320.24º 0.76% 0.44% -
HSV(B) 320.24º 0.86% 0.77% -
XYZ 27.82 14.38 25.74 -
YUV 90.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 196 27 139 0 0.86 0.29 0.23 320.24 0.76 0.44
Hex C4 1B 8B 0 56 1D 17 140 4C 2C
Octal 304 33 213 0 126 35 27 500 114 54
Binary 11000100 11011 10001011 0 1010110 11101 10111 101000000 1001100 101100

Color Harmonies of #C41B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B8B

Black with #C41B8B

Text Example


Text Example

White with #C41B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B8B; }

 p { color: rgb(196,27,139); }

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

background-color css

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

 a { background-color: rgb(196,27,139); }

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

border-color css

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

 span { border-color: rgb(196,27,139); }

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