Html Css Color HEX #C40DDB Deep Magenta

📋 copy color: '#C40DDB'

red 196 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #C40DDB

Tints of Deep Magenta #C40DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

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

R = 45.79%
G = 3.04%
B = 51.17%

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

#C40DDB (or 0xC40DDB) is known color: Deep Magenta. HEX triplet: C4, 0D and DB. RGB value is (196,13,219). Sum of RGB (Red+Green+Blue) = 196+13+219=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #C40DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DDB is #3BF224. Grayscale: #5A5A5A. Windows color (decimal): -3928613 or 14355908. OLE color: 14355908.

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

Color convert

RGB 196 13 219 -
CMYK 0.11 0.94 0 0.14
HSL 293.3º 0.89% 0.45% -
HSV(B) 293.3º 0.94% 0.86% -
XYZ 35.7 17.14 68.44 -
YUV 91.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 196 13 219 0.11 0.94 0 0.14 293.3 0.89 0.45
Hex C4 D DB B 5E 0 E 125 59 2D
Octal 304 15 333 13 136 0 16 445 131 55
Binary 11000100 1101 11011011 1011 1011110 0 1110 100100101 1011001 101101

Color Harmonies of #C40DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DDB

Black with #C40DDB

Text Example


Text Example

White with #C40DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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