Html Css Color HEX #C11CAE Deep Magenta

📋 copy color: '#C11CAE'

red 193 ◦ green 28 ◦ blue 174

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

Shades of Deep Magenta #C11CAE

Tints of Deep Magenta #C11CAE

RGB

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

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

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

R = 48.86%
G = 7.09%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C11CAE (or 0xC11CAE) is known color: Deep Magenta. HEX triplet: C1, 1C and AE. RGB value is (193,28,174). Sum of RGB (Red+Green+Blue) = 193+28+174=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C11CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11CAE is #3EE351. Grayscale: #5D5D5D. Windows color (decimal): -4121426 or 11410625. OLE color: 11410625.

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

Color convert

RGB 193 28 174 -
CMYK 0 0.85 0.10 0.24
HSL 306.91º 0.75% 0.43% -
HSV(B) 306.91º 0.85% 0.76% -
XYZ 30.05 15.22 41.4 -
YUV 93.98 173.16 198.63 -
System Red Green Blue C M Y K H S L
Decimal 193 28 174 0 0.85 0.10 0.24 306.91 0.75 0.43
Hex C1 1C AE 0 55 A 18 133 4B 2B
Octal 301 34 256 0 125 12 30 463 113 53
Binary 11000001 11100 10101110 0 1010101 1010 11000 100110011 1001011 101011

Color Harmonies of #C11CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CAE

Black with #C11CAE

Text Example


Text Example

White with #C11CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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