Html Css Color HEX #C11ADC Deep Magenta

📋 copy color: '#C11ADC'

red 193 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #C11ADC

Tints of Deep Magenta #C11ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 43.96%
G = 5.92%
B = 50.11%

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

#C11ADC (or 0xC11ADC) is known color: Deep Magenta. HEX triplet: C1, 1A and DC. RGB value is (193,26,220). Sum of RGB (Red+Green+Blue) = 193+26+220=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #C11ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ADC is #3EE523. Grayscale: #616161. Windows color (decimal): -4121892 or 14424769. OLE color: 14424769.

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

Color convert

RGB 193 26 220 -
CMYK 0.12 0.88 0 0.14
HSL 291.65º 0.79% 0.48% -
HSV(B) 291.65º 0.88% 0.86% -
XYZ 35.28 17.24 69.18 -
YUV 98.05 196.83 195.73 -
System Red Green Blue C M Y K H S L
Decimal 193 26 220 0.12 0.88 0 0.14 291.65 0.79 0.48
Hex C1 1A DC C 58 0 E 124 4F 30
Octal 301 32 334 14 130 0 16 444 117 60
Binary 11000001 11010 11011100 1100 1011000 0 1110 100100100 1001111 110000

Color Harmonies of #C11ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11ADC

Black with #C11ADC

Text Example


Text Example

White with #C11ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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