Html Css Color HEX #C11DDB Deep Magenta

📋 copy color: '#C11DDB'

red 193 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #C11DDB

Tints of Deep Magenta #C11DDB

RGB

 RED value IS 193 (75.78% from 255) = 43.76%

 GREEN value IS 29 (11.72% from 255) = 6.58%

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

R = 43.76%
G = 6.58%
B = 49.66%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C11DDB (or 0xC11DDB) is known color: Deep Magenta. HEX triplet: C1, 1D and DB. RGB value is (193,29,219). Sum of RGB (Red+Green+Blue) = 193+29+219=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #C11DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DDB is #3EE224. Grayscale: #636363. Windows color (decimal): -4121125 or 14360001. OLE color: 14360001.

HSL color Cylindrical-coordinate representation of color #C11DDB: hue angle of 291.79º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11DDB is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 29 219 -
CMYK 0.12 0.87 0 0.14
HSL 291.79º 0.77% 0.49% -
HSV(B) 291.79º 0.87% 0.86% -
XYZ 35.22 17.33 68.51 -
YUV 99.7 195.33 194.55 -
System Red Green Blue C M Y K H S L
Decimal 193 29 219 0.12 0.87 0 0.14 291.79 0.77 0.49
Hex C1 1D DB C 57 0 E 124 4D 31
Octal 301 35 333 14 127 0 16 444 115 61
Binary 11000001 11101 11011011 1100 1010111 0 1110 100100100 1001101 110001

Color Harmonies of #C11DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11DDB

Black with #C11DDB

Text Example


Text Example

White with #C11DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11DDB; }

 p { color: rgb(193,29,219); }

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

background-color css

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

 a { background-color: rgb(193,29,219); }

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

border-color css

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

 span { border-color: rgb(193,29,219); }

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