Html Css Color HEX #C11EB4 Deep Magenta

📋 copy color: '#C11EB4'

red 193 ◦ green 30 ◦ blue 180

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

Shades of Deep Magenta #C11EB4

Tints of Deep Magenta #C11EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 47.89%
G = 7.44%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C11EB4 (or 0xC11EB4) is known color: Deep Magenta. HEX triplet: C1, 1E and B4. RGB value is (193,30,180). Sum of RGB (Red+Green+Blue) = 193+30+180=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11EB4 is #3EE14B. Grayscale: #5F5F5F. Windows color (decimal): -4120908 or 11804353. OLE color: 11804353.

HSL color Cylindrical-coordinate representation of color #C11EB4: hue angle of 304.79º 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 #C11EB4 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 30 180 -
CMYK 0 0.84 0.07 0.24
HSL 304.79º 0.73% 0.44% -
HSV(B) 304.79º 0.84% 0.76% -
XYZ 30.69 15.56 44.57 -
YUV 95.84 175.5 197.3 -
System Red Green Blue C M Y K H S L
Decimal 193 30 180 0 0.84 0.07 0.24 304.79 0.73 0.44
Hex C1 1E B4 0 54 7 18 131 49 2C
Octal 301 36 264 0 124 7 30 461 111 54
Binary 11000001 11110 10110100 0 1010100 111 11000 100110001 1001001 101100

Color Harmonies of #C11EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11EB4

Black with #C11EB4

Text Example


Text Example

White with #C11EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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