Html Css Color HEX #C11CDB Deep Magenta

📋 copy color: '#C11CDB'

red 193 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #C11CDB

Tints of Deep Magenta #C11CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.36%

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

R = 43.86%
G = 6.36%
B = 49.77%

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

#C11CDB (or 0xC11CDB) is known color: Deep Magenta. HEX triplet: C1, 1C and DB. RGB value is (193,28,219). Sum of RGB (Red+Green+Blue) = 193+28+219=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #C11CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CDB is #3EE324. Grayscale: #626262. Windows color (decimal): -4121381 or 14359745. OLE color: 14359745.

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

Color convert

RGB 193 28 219 -
CMYK 0.12 0.87 0 0.14
HSL 291.83º 0.77% 0.48% -
HSV(B) 291.83º 0.87% 0.86% -
XYZ 35.19 17.28 68.5 -
YUV 99.11 195.66 194.97 -
System Red Green Blue C M Y K H S L
Decimal 193 28 219 0.12 0.87 0 0.14 291.83 0.77 0.48
Hex C1 1C DB C 57 0 E 124 4D 30
Octal 301 34 333 14 127 0 16 444 115 60
Binary 11000001 11100 11011011 1100 1010111 0 1110 100100100 1001101 110000

Color Harmonies of #C11CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CDB

Black with #C11CDB

Text Example


Text Example

White with #C11CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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