Html Css Color HEX #C41BDC Deep Magenta

📋 copy color: '#C41BDC'

red 196 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #C41BDC

Tints of Deep Magenta #C41BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 44.24%
G = 6.09%
B = 49.66%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C41BDC (or 0xC41BDC) is known color: Deep Magenta. HEX triplet: C4, 1B and DC. RGB value is (196,27,220). Sum of RGB (Red+Green+Blue) = 196+27+220=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #C41BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BDC is #3BE423. Grayscale: #626262. Windows color (decimal): -3925028 or 14425028. OLE color: 14425028.

HSL color Cylindrical-coordinate representation of color #C41BDC: hue angle of 292.54º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41BDC is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 27 220 -
CMYK 0.11 0.88 0 0.14
HSL 292.54º 0.78% 0.48% -
HSV(B) 292.54º 0.88% 0.86% -
XYZ 36.08 17.69 69.22 -
YUV 99.53 195.99 196.81 -
System Red Green Blue C M Y K H S L
Decimal 196 27 220 0.11 0.88 0 0.14 292.54 0.78 0.48
Hex C4 1B DC B 58 0 E 125 4E 30
Octal 304 33 334 13 130 0 16 445 116 60
Binary 11000100 11011 11011100 1011 1011000 0 1110 100100101 1001110 110000

Color Harmonies of #C41BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BDC

Black with #C41BDC

Text Example


Text Example

White with #C41BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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