Html Css Color HEX #C41BA3 Medium Violet Red

📋 copy color: '#C41BA3'

red 196 ◦ green 27 ◦ blue 163

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

Shades of Medium Violet Red #C41BA3

Tints of Medium Violet Red #C41BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.23%

R = 50.78%
G = 6.99%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C41BA3 (or 0xC41BA3) is known color: Medium Violet Red. HEX triplet: C4, 1B and A3. RGB value is (196,27,163). Sum of RGB (Red+Green+Blue) = 196+27+163=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BA3 is #3BE45C. Grayscale: #5C5C5C. Windows color (decimal): -3925085 or 10689476. OLE color: 10689476.

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

Color convert

RGB 196 27 163 -
CMYK 0 0.86 0.17 0.23
HSL 311.72º 0.76% 0.44% -
HSV(B) 311.72º 0.86% 0.77% -
XYZ 29.77 15.16 36.01 -
YUV 93.04 167.49 201.44 -
System Red Green Blue C M Y K H S L
Decimal 196 27 163 0 0.86 0.17 0.23 311.72 0.76 0.44
Hex C4 1B A3 0 56 11 17 138 4C 2C
Octal 304 33 243 0 126 21 27 470 114 54
Binary 11000100 11011 10100011 0 1010110 10001 10111 100111000 1001100 101100

Color Harmonies of #C41BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BA3

Black with #C41BA3

Text Example


Text Example

White with #C41BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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