Html Css Color HEX #C41BAC Medium Violet Red

📋 copy color: '#C41BAC'

red 196 ◦ green 27 ◦ blue 172

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

Shades of Medium Violet Red #C41BAC

Tints of Medium Violet Red #C41BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 49.62%
G = 6.84%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C41BAC (or 0xC41BAC) is known color: Medium Violet Red. HEX triplet: C4, 1B and AC. RGB value is (196,27,172). Sum of RGB (Red+Green+Blue) = 196+27+172=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BAC is #3BE453. Grayscale: #5D5D5D. Windows color (decimal): -3925076 or 11279300. OLE color: 11279300.

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

Color convert

RGB 196 27 172 -
CMYK 0 0.86 0.12 0.23
HSL 308.52º 0.76% 0.44% -
HSV(B) 308.52º 0.86% 0.77% -
XYZ 30.6 15.5 40.41 -
YUV 94.06 171.99 200.71 -
System Red Green Blue C M Y K H S L
Decimal 196 27 172 0 0.86 0.12 0.23 308.52 0.76 0.44
Hex C4 1B AC 0 56 C 17 135 4C 2C
Octal 304 33 254 0 126 14 27 465 114 54
Binary 11000100 11011 10101100 0 1010110 1100 10111 100110101 1001100 101100

Color Harmonies of #C41BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BAC

Black with #C41BAC

Text Example


Text Example

White with #C41BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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