Html Css Color HEX #C40EDB Deep Magenta

📋 copy color: '#C40EDB'

red 196 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #C40EDB

Tints of Deep Magenta #C40EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.26%

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

R = 45.69%
G = 3.26%
B = 51.05%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C40EDB (or 0xC40EDB) is known color: Deep Magenta. HEX triplet: C4, 0E and DB. RGB value is (196,14,219). Sum of RGB (Red+Green+Blue) = 196+14+219=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #C40EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40EDB is #3BF124. Grayscale: #5B5B5B. Windows color (decimal): -3928357 or 14356164. OLE color: 14356164.

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

Color convert

RGB 196 14 219 -
CMYK 0.11 0.94 0 0.14
HSL 293.27º 0.88% 0.46% -
HSV(B) 293.27º 0.94% 0.86% -
XYZ 35.71 17.16 68.45 -
YUV 91.79 199.8 202.33 -
System Red Green Blue C M Y K H S L
Decimal 196 14 219 0.11 0.94 0 0.14 293.27 0.88 0.46
Hex C4 E DB B 5E 0 E 125 58 2E
Octal 304 16 333 13 136 0 16 445 130 56
Binary 11000100 1110 11011011 1011 1011110 0 1110 100100101 1011000 101110

Color Harmonies of #C40EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40EDB

Black with #C40EDB

Text Example


Text Example

White with #C40EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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