Html Css Color HEX #C41BA1 Medium Violet Red

📋 copy color: '#C41BA1'

red 196 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #C41BA1

Tints of Medium Violet Red #C41BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.93%

R = 51.04%
G = 7.03%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C41BA1 (or 0xC41BA1) is known color: Medium Violet Red. HEX triplet: C4, 1B and A1. RGB value is (196,27,161). Sum of RGB (Red+Green+Blue) = 196+27+161=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BA1 is #3BE45E. Grayscale: #5C5C5C. Windows color (decimal): -3925087 or 10558404. OLE color: 10558404.

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

Color convert

RGB 196 27 161 -
CMYK 0 0.86 0.18 0.23
HSL 312.43º 0.76% 0.44% -
HSV(B) 312.43º 0.86% 0.77% -
XYZ 29.59 15.09 35.07 -
YUV 92.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 196 27 161 0 0.86 0.18 0.23 312.43 0.76 0.44
Hex C4 1B A1 0 56 12 17 138 4C 2C
Octal 304 33 241 0 126 22 27 470 114 54
Binary 11000100 11011 10100001 0 1010110 10010 10111 100111000 1001100 101100

Color Harmonies of #C41BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BA1

Black with #C41BA1

Text Example


Text Example

White with #C41BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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