Html Css Color HEX #C11AC6 Deep Magenta

📋 copy color: '#C11AC6'

red 193 ◦ green 26 ◦ blue 198

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

Shades of Deep Magenta #C11AC6

Tints of Deep Magenta #C11AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.48%

R = 46.28%
G = 6.24%
B = 47.48%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C11AC6 (or 0xC11AC6) is known color: Deep Magenta. HEX triplet: C1, 1A and C6. RGB value is (193,26,198). Sum of RGB (Red+Green+Blue) = 193+26+198=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #C11AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11AC6 is #3EE539. Grayscale: #5F5F5F. Windows color (decimal): -4121914 or 12982977. OLE color: 12982977.

HSL color Cylindrical-coordinate representation of color #C11AC6: hue angle of 298.26º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11AC6 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 26 198 -
CMYK 0.03 0.87 0 0.22
HSL 298.26º 0.77% 0.44% -
HSV(B) 298.26º 0.87% 0.78% -
XYZ 32.55 16.15 54.83 -
YUV 95.54 185.83 197.51 -
System Red Green Blue C M Y K H S L
Decimal 193 26 198 0.03 0.87 0 0.22 298.26 0.77 0.44
Hex C1 1A C6 3 57 0 16 12A 4D 2C
Octal 301 32 306 3 127 0 26 452 115 54
Binary 11000001 11010 11000110 11 1010111 0 10110 100101010 1001101 101100

Color Harmonies of #C11AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11AC6

Black with #C11AC6

Text Example


Text Example

White with #C11AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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