Html Css Color HEX #C41BB1 Deep Magenta

📋 copy color: '#C41BB1'

red 196 ◦ green 27 ◦ blue 177

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

Shades of Deep Magenta #C41BB1

Tints of Deep Magenta #C41BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.25%

R = 49%
G = 6.75%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C41BB1 (or 0xC41BB1) is known color: Deep Magenta. HEX triplet: C4, 1B and B1. RGB value is (196,27,177). Sum of RGB (Red+Green+Blue) = 196+27+177=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BB1 is #3BE44E. Grayscale: #5E5E5E. Windows color (decimal): -3925071 or 11606980. OLE color: 11606980.

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

Color convert

RGB 196 27 177 -
CMYK 0 0.86 0.10 0.23
HSL 306.75º 0.76% 0.44% -
HSV(B) 306.75º 0.86% 0.77% -
XYZ 31.09 15.69 42.99 -
YUV 94.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 196 27 177 0 0.86 0.10 0.23 306.75 0.76 0.44
Hex C4 1B B1 0 56 A 17 133 4C 2C
Octal 304 33 261 0 126 12 27 463 114 54
Binary 11000100 11011 10110001 0 1010110 1010 10111 100110011 1001100 101100

Color Harmonies of #C41BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BB1

Black with #C41BB1

Text Example


Text Example

White with #C41BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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