Html Css Color HEX #C41BDB Deep Magenta

📋 copy color: '#C41BDB'

red 196 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #C41BDB

Tints of Deep Magenta #C41BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 44.34%
G = 6.11%
B = 49.55%

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

#C41BDB (or 0xC41BDB) is known color: Deep Magenta. HEX triplet: C4, 1B and DB. RGB value is (196,27,219). Sum of RGB (Red+Green+Blue) = 196+27+219=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #C41BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BDB is #3BE424. Grayscale: #626262. Windows color (decimal): -3925029 or 14359492. OLE color: 14359492.

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

Color convert

RGB 196 27 219 -
CMYK 0.11 0.88 0 0.14
HSL 292.81º 0.78% 0.48% -
HSV(B) 292.81º 0.88% 0.86% -
XYZ 35.94 17.63 68.53 -
YUV 99.42 195.49 196.89 -
System Red Green Blue C M Y K H S L
Decimal 196 27 219 0.11 0.88 0 0.14 292.81 0.78 0.48
Hex C4 1B DB B 58 0 E 125 4E 30
Octal 304 33 333 13 130 0 16 445 116 60
Binary 11000100 11011 11011011 1011 1011000 0 1110 100100101 1001110 110000

Color Harmonies of #C41BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BDB

Black with #C41BDB

Text Example


Text Example

White with #C41BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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