Html Css Color HEX #C41B96 Medium Violet Red

📋 copy color: '#C41B96'

red 196 ◦ green 27 ◦ blue 150

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

Shades of Medium Violet Red #C41B96

Tints of Medium Violet Red #C41B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 52.55%
G = 7.24%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C41B96 (or 0xC41B96) is known color: Medium Violet Red. HEX triplet: C4, 1B and 96. RGB value is (196,27,150). Sum of RGB (Red+Green+Blue) = 196+27+150=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B96 is #3BE469. Grayscale: #5B5B5B. Windows color (decimal): -3925098 or 9837508. OLE color: 9837508.

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

Color convert

RGB 196 27 150 -
CMYK 0 0.86 0.23 0.23
HSL 316.33º 0.76% 0.44% -
HSV(B) 316.33º 0.86% 0.77% -
XYZ 28.66 14.72 30.19 -
YUV 91.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 196 27 150 0 0.86 0.23 0.23 316.33 0.76 0.44
Hex C4 1B 96 0 56 17 17 13C 4C 2C
Octal 304 33 226 0 126 27 27 474 114 54
Binary 11000100 11011 10010110 0 1010110 10111 10111 100111100 1001100 101100

Color Harmonies of #C41B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B96

Black with #C41B96

Text Example


Text Example

White with #C41B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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