Html Css Color HEX #C41BAE Deep Magenta

📋 copy color: '#C41BAE'

red 196 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #C41BAE

Tints of Deep Magenta #C41BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 49.37%
G = 6.8%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C41BAE (or 0xC41BAE) is known color: Deep Magenta. HEX triplet: C4, 1B and AE. RGB value is (196,27,174). Sum of RGB (Red+Green+Blue) = 196+27+174=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BAE is #3BE451. Grayscale: #5D5D5D. Windows color (decimal): -3925074 or 11410372. OLE color: 11410372.

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

Color convert

RGB 196 27 174 -
CMYK 0 0.86 0.11 0.23
HSL 307.81º 0.76% 0.44% -
HSV(B) 307.81º 0.86% 0.77% -
XYZ 30.8 15.58 41.43 -
YUV 94.29 172.99 200.55 -
System Red Green Blue C M Y K H S L
Decimal 196 27 174 0 0.86 0.11 0.23 307.81 0.76 0.44
Hex C4 1B AE 0 56 B 17 134 4C 2C
Octal 304 33 256 0 126 13 27 464 114 54
Binary 11000100 11011 10101110 0 1010110 1011 10111 100110100 1001100 101100

Color Harmonies of #C41BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BAE

Black with #C41BAE

Text Example


Text Example

White with #C41BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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