Html Css Color HEX #C41BB2 Deep Magenta

📋 copy color: '#C41BB2'

red 196 ◦ green 27 ◦ blue 178

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

Shades of Deep Magenta #C41BB2

Tints of Deep Magenta #C41BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 48.88%
G = 6.73%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C41BB2 (or 0xC41BB2) is known color: Deep Magenta. HEX triplet: C4, 1B and B2. RGB value is (196,27,178). Sum of RGB (Red+Green+Blue) = 196+27+178=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BB2 is #3BE44D. Grayscale: #5E5E5E. Windows color (decimal): -3925070 or 11672516. OLE color: 11672516.

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

Color convert

RGB 196 27 178 -
CMYK 0 0.86 0.09 0.23
HSL 306.39º 0.76% 0.44% -
HSV(B) 306.39º 0.86% 0.77% -
XYZ 31.19 15.73 43.51 -
YUV 94.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 196 27 178 0 0.86 0.09 0.23 306.39 0.76 0.44
Hex C4 1B B2 0 56 9 17 132 4C 2C
Octal 304 33 262 0 126 11 27 462 114 54
Binary 11000100 11011 10110010 0 1010110 1001 10111 100110010 1001100 101100

Color Harmonies of #C41BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BB2

Black with #C41BB2

Text Example


Text Example

White with #C41BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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