Html Css Color HEX #C11EB8 Deep Magenta

📋 copy color: '#C11EB8'

red 193 ◦ green 30 ◦ blue 184

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

Shades of Deep Magenta #C11EB8

Tints of Deep Magenta #C11EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.21%

R = 47.42%
G = 7.37%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C11EB8 (or 0xC11EB8) is known color: Deep Magenta. HEX triplet: C1, 1E and B8. RGB value is (193,30,184). Sum of RGB (Red+Green+Blue) = 193+30+184=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11EB8 is #3EE147. Grayscale: #5F5F5F. Windows color (decimal): -4120904 or 12066497. OLE color: 12066497.

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

Color convert

RGB 193 30 184 -
CMYK 0 0.84 0.05 0.24
HSL 303.31º 0.73% 0.44% -
HSV(B) 303.31º 0.84% 0.76% -
XYZ 31.11 15.73 46.74 -
YUV 96.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 193 30 184 0 0.84 0.05 0.24 303.31 0.73 0.44
Hex C1 1E B8 0 54 5 18 12F 49 2C
Octal 301 36 270 0 124 5 30 457 111 54
Binary 11000001 11110 10111000 0 1010100 101 11000 100101111 1001001 101100

Color Harmonies of #C11EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11EB8

Black with #C11EB8

Text Example


Text Example

White with #C11EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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