Html Css Color HEX #C11ADB Deep Magenta

📋 copy color: '#C11ADB'

red 193 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #C11ADB

Tints of Deep Magenta #C11ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.94%

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

R = 44.06%
G = 5.94%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C11ADB (or 0xC11ADB) is known color: Deep Magenta. HEX triplet: C1, 1A and DB. RGB value is (193,26,219). Sum of RGB (Red+Green+Blue) = 193+26+219=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #C11ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ADB is #3EE524. Grayscale: #616161. Windows color (decimal): -4121893 or 14359233. OLE color: 14359233.

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

Color convert

RGB 193 26 219 -
CMYK 0.12 0.88 0 0.14
HSL 291.92º 0.79% 0.48% -
HSV(B) 291.92º 0.88% 0.86% -
XYZ 35.15 17.19 68.48 -
YUV 97.94 196.33 195.81 -
System Red Green Blue C M Y K H S L
Decimal 193 26 219 0.12 0.88 0 0.14 291.92 0.79 0.48
Hex C1 1A DB C 58 0 E 124 4F 30
Octal 301 32 333 14 130 0 16 444 117 60
Binary 11000001 11010 11011011 1100 1011000 0 1110 100100100 1001111 110000

Color Harmonies of #C11ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11ADB

Black with #C11ADB

Text Example


Text Example

White with #C11ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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