Html Css Color HEX #C11BD8 Deep Magenta

📋 copy color: '#C11BD8'

red 193 ◦ green 27 ◦ blue 216

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

Shades of Deep Magenta #C11BD8

Tints of Deep Magenta #C11BD8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.19%

 BLUE value IS 216 (84.77% from 255) = 49.54%

R = 44.27%
G = 6.19%
B = 49.54%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C11BD8 (or 0xC11BD8) is known color: Deep Magenta. HEX triplet: C1, 1B and D8. RGB value is (193,27,216). Sum of RGB (Red+Green+Blue) = 193+27+216=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #C11BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BD8 is #3EE427. Grayscale: #616161. Windows color (decimal): -4121640 or 14162881. OLE color: 14162881.

HSL color Cylindrical-coordinate representation of color #C11BD8: hue angle of 292.7º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11BD8 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 27 216 -
CMYK 0.11 0.88 0 0.15
HSL 292.7º 0.78% 0.48% -
HSV(B) 292.7º 0.88% 0.85% -
XYZ 34.78 17.08 66.43 -
YUV 98.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 193 27 216 0.11 0.88 0 0.15 292.7 0.78 0.48
Hex C1 1B D8 B 58 0 F 125 4E 30
Octal 301 33 330 13 130 0 17 445 116 60
Binary 11000001 11011 11011000 1011 1011000 0 1111 100100101 1001110 110000

Color Harmonies of #C11BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BD8

Black with #C11BD8

Text Example


Text Example

White with #C11BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BD8; }

 p { color: rgb(193,27,216); }

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

background-color css

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

 a { background-color: rgb(193,27,216); }

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

border-color css

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

 span { border-color: rgb(193,27,216); }

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