Html Css Color HEX #C41BB6 Deep Magenta

📋 copy color: '#C41BB6'

red 196 ◦ green 27 ◦ blue 182

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

Shades of Deep Magenta #C41BB6

Tints of Deep Magenta #C41BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 48.4%
G = 6.67%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C41BB6 (or 0xC41BB6) is known color: Deep Magenta. HEX triplet: C4, 1B and B6. RGB value is (196,27,182). Sum of RGB (Red+Green+Blue) = 196+27+182=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BB6 is #3BE449. Grayscale: #5E5E5E. Windows color (decimal): -3925066 or 11934660. OLE color: 11934660.

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

Color convert

RGB 196 27 182 -
CMYK 0 0.86 0.07 0.23
HSL 304.97º 0.76% 0.44% -
HSV(B) 304.97º 0.86% 0.77% -
XYZ 31.6 15.9 45.66 -
YUV 95.2 176.99 199.9 -
System Red Green Blue C M Y K H S L
Decimal 196 27 182 0 0.86 0.07 0.23 304.97 0.76 0.44
Hex C4 1B B6 0 56 7 17 131 4C 2C
Octal 304 33 266 0 126 7 27 461 114 54
Binary 11000100 11011 10110110 0 1010110 111 10111 100110001 1001100 101100

Color Harmonies of #C41BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BB6

Black with #C41BB6

Text Example


Text Example

White with #C41BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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