Html Css Color HEX #C11EAE Deep Magenta

📋 copy color: '#C11EAE'

red 193 ◦ green 30 ◦ blue 174

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

Shades of Deep Magenta #C11EAE

Tints of Deep Magenta #C11EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.56%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 48.61%
G = 7.56%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C11EAE (or 0xC11EAE) is known color: Deep Magenta. HEX triplet: C1, 1E and AE. RGB value is (193,30,174). Sum of RGB (Red+Green+Blue) = 193+30+174=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11EAE is #3EE151. Grayscale: #5E5E5E. Windows color (decimal): -4120914 or 11411137. OLE color: 11411137.

HSL color Cylindrical-coordinate representation of color #C11EAE: hue angle of 306.99º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11EAE is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 30 174 -
CMYK 0 0.84 0.10 0.24
HSL 306.99º 0.73% 0.44% -
HSV(B) 306.99º 0.84% 0.76% -
XYZ 30.1 15.32 41.42 -
YUV 95.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 193 30 174 0 0.84 0.10 0.24 306.99 0.73 0.44
Hex C1 1E AE 0 54 A 18 133 49 2C
Octal 301 36 256 0 124 12 30 463 111 54
Binary 11000001 11110 10101110 0 1010100 1010 11000 100110011 1001001 101100

Color Harmonies of #C11EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11EAE

Black with #C11EAE

Text Example


Text Example

White with #C11EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11EAE; }

 p { color: rgb(193,30,174); }

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

background-color css

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

 a { background-color: rgb(193,30,174); }

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

border-color css

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

 span { border-color: rgb(193,30,174); }

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