Html Css Color HEX #C11FDC Deep Magenta

📋 copy color: '#C11FDC'

red 193 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #C11FDC

Tints of Deep Magenta #C11FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.98%

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

R = 43.47%
G = 6.98%
B = 49.55%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C11FDC (or 0xC11FDC) is known color: Deep Magenta. HEX triplet: C1, 1F and DC. RGB value is (193,31,220). Sum of RGB (Red+Green+Blue) = 193+31+220=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #C11FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FDC is #3EE023. Grayscale: #646464. Windows color (decimal): -4120612 or 14426049. OLE color: 14426049.

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

Color convert

RGB 193 31 220 -
CMYK 0.12 0.86 0 0.14
HSL 291.43º 0.75% 0.49% -
HSV(B) 291.43º 0.86% 0.86% -
XYZ 35.4 17.48 69.22 -
YUV 100.98 195.17 193.63 -
System Red Green Blue C M Y K H S L
Decimal 193 31 220 0.12 0.86 0 0.14 291.43 0.75 0.49
Hex C1 1F DC C 56 0 E 123 4B 31
Octal 301 37 334 14 126 0 16 443 113 61
Binary 11000001 11111 11011100 1100 1010110 0 1110 100100011 1001011 110001

Color Harmonies of #C11FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FDC

Black with #C11FDC

Text Example


Text Example

White with #C11FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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