Html Css Color HEX #C11BBF Deep Magenta

📋 copy color: '#C11BBF'

red 193 ◦ green 27 ◦ blue 191

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

Shades of Deep Magenta #C11BBF

Tints of Deep Magenta #C11BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 46.96%
G = 6.57%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C11BBF (or 0xC11BBF) is known color: Deep Magenta. HEX triplet: C1, 1B and BF. RGB value is (193,27,191). Sum of RGB (Red+Green+Blue) = 193+27+191=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C11BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BBF is #3EE440. Grayscale: #5E5E5E. Windows color (decimal): -4121665 or 12524481. OLE color: 12524481.

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

Color convert

RGB 193 27 191 -
CMYK 0 0.86 0.01 0.24
HSL 300.72º 0.75% 0.43% -
HSV(B) 300.72º 0.86% 0.76% -
XYZ 31.79 15.88 50.68 -
YUV 95.33 182 197.66 -
System Red Green Blue C M Y K H S L
Decimal 193 27 191 0 0.86 0.01 0.24 300.72 0.75 0.43
Hex C1 1B BF 0 56 1 18 12D 4B 2B
Octal 301 33 277 0 126 1 30 455 113 53
Binary 11000001 11011 10111111 0 1010110 1 11000 100101101 1001011 101011

Color Harmonies of #C11BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BBF

Black with #C11BBF

Text Example


Text Example

White with #C11BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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