Html Css Color HEX #C41BA6 Medium Violet Red

📋 copy color: '#C41BA6'

red 196 ◦ green 27 ◦ blue 166

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

Shades of Medium Violet Red #C41BA6

Tints of Medium Violet Red #C41BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 50.39%
G = 6.94%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C41BA6 (or 0xC41BA6) is known color: Medium Violet Red. HEX triplet: C4, 1B and A6. RGB value is (196,27,166). Sum of RGB (Red+Green+Blue) = 196+27+166=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BA6 is #3BE459. Grayscale: #5C5C5C. Windows color (decimal): -3925082 or 10886084. OLE color: 10886084.

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

Color convert

RGB 196 27 166 -
CMYK 0 0.86 0.15 0.23
HSL 310.65º 0.76% 0.44% -
HSV(B) 310.65º 0.86% 0.77% -
XYZ 30.04 15.27 37.44 -
YUV 93.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 196 27 166 0 0.86 0.15 0.23 310.65 0.76 0.44
Hex C4 1B A6 0 56 F 17 137 4C 2C
Octal 304 33 246 0 126 17 27 467 114 54
Binary 11000100 11011 10100110 0 1010110 1111 10111 100110111 1001100 101100

Color Harmonies of #C41BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BA6

Black with #C41BA6

Text Example


Text Example

White with #C41BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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