Html Css Color HEX #C41BA5 Medium Violet Red

📋 copy color: '#C41BA5'

red 196 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #C41BA5

Tints of Medium Violet Red #C41BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.53%

R = 50.52%
G = 6.96%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C41BA5 (or 0xC41BA5) is known color: Medium Violet Red. HEX triplet: C4, 1B and A5. RGB value is (196,27,165). Sum of RGB (Red+Green+Blue) = 196+27+165=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BA5 is #3BE45A. Grayscale: #5C5C5C. Windows color (decimal): -3925083 or 10820548. OLE color: 10820548.

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

Color convert

RGB 196 27 165 -
CMYK 0 0.86 0.16 0.23
HSL 311.01º 0.76% 0.44% -
HSV(B) 311.01º 0.86% 0.77% -
XYZ 29.95 15.24 36.96 -
YUV 93.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 196 27 165 0 0.86 0.16 0.23 311.01 0.76 0.44
Hex C4 1B A5 0 56 10 17 137 4C 2C
Octal 304 33 245 0 126 20 27 467 114 54
Binary 11000100 11011 10100101 0 1010110 10000 10111 100110111 1001100 101100

Color Harmonies of #C41BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BA5

Black with #C41BA5

Text Example


Text Example

White with #C41BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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