Html Css Color HEX #C11CD6 Deep Magenta

📋 copy color: '#C11CD6'

red 193 ◦ green 28 ◦ blue 214

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

Shades of Deep Magenta #C11CD6

Tints of Deep Magenta #C11CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.2%

R = 44.37%
G = 6.44%
B = 49.2%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C11CD6 (or 0xC11CD6) is known color: Deep Magenta. HEX triplet: C1, 1C and D6. RGB value is (193,28,214). Sum of RGB (Red+Green+Blue) = 193+28+214=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #C11CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CD6 is #3EE329. Grayscale: #616161. Windows color (decimal): -4121386 or 14032065. OLE color: 14032065.

HSL color Cylindrical-coordinate representation of color #C11CD6: hue angle of 293.23º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11CD6 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 28 214 -
CMYK 0.10 0.87 0 0.16
HSL 293.23º 0.77% 0.47% -
HSV(B) 293.23º 0.87% 0.84% -
XYZ 34.55 17.02 65.08 -
YUV 98.54 193.16 195.38 -
System Red Green Blue C M Y K H S L
Decimal 193 28 214 0.10 0.87 0 0.16 293.23 0.77 0.47
Hex C1 1C D6 A 57 0 10 125 4D 2F
Octal 301 34 326 12 127 0 20 445 115 57
Binary 11000001 11100 11010110 1010 1010111 0 10000 100100101 1001101 101111

Color Harmonies of #C11CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CD6

Black with #C11CD6

Text Example


Text Example

White with #C11CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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