Html Css Color HEX #C11EBA Deep Magenta

📋 copy color: '#C11EBA'

red 193 ◦ green 30 ◦ blue 186

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

Shades of Deep Magenta #C11EBA

Tints of Deep Magenta #C11EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 47.19%
G = 7.33%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C11EBA (or 0xC11EBA) is known color: Deep Magenta. HEX triplet: C1, 1E and BA. RGB value is (193,30,186). Sum of RGB (Red+Green+Blue) = 193+30+186=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11EBA is #3EE145. Grayscale: #606060. Windows color (decimal): -4120902 or 12197569. OLE color: 12197569.

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

Color convert

RGB 193 30 186 -
CMYK 0 0.84 0.04 0.24
HSL 302.58º 0.73% 0.44% -
HSV(B) 302.58º 0.84% 0.76% -
XYZ 31.32 15.81 47.86 -
YUV 96.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 193 30 186 0 0.84 0.04 0.24 302.58 0.73 0.44
Hex C1 1E BA 0 54 4 18 12F 49 2C
Octal 301 36 272 0 124 4 30 457 111 54
Binary 11000001 11110 10111010 0 1010100 100 11000 100101111 1001001 101100

Color Harmonies of #C11EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11EBA

Black with #C11EBA

Text Example


Text Example

White with #C11EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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