Html Css Color HEX #C11BB5 Deep Magenta

📋 copy color: '#C11BB5'

red 193 ◦ green 27 ◦ blue 181

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

Shades of Deep Magenta #C11BB5

Tints of Deep Magenta #C11BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.14%

R = 48.13%
G = 6.73%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C11BB5 (or 0xC11BB5) is known color: Deep Magenta. HEX triplet: C1, 1B and B5. RGB value is (193,27,181). Sum of RGB (Red+Green+Blue) = 193+27+181=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C11BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BB5 is #3EE44A. Grayscale: #5D5D5D. Windows color (decimal): -4121675 or 11869121. OLE color: 11869121.

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

Color convert

RGB 193 27 181 -
CMYK 0 0.86 0.06 0.24
HSL 304.34º 0.75% 0.43% -
HSV(B) 304.34º 0.86% 0.76% -
XYZ 30.72 15.46 45.08 -
YUV 94.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 193 27 181 0 0.86 0.06 0.24 304.34 0.75 0.43
Hex C1 1B B5 0 56 6 18 130 4B 2B
Octal 301 33 265 0 126 6 30 460 113 53
Binary 11000001 11011 10110101 0 1010110 110 11000 100110000 1001011 101011

Color Harmonies of #C11BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BB5

Black with #C11BB5

Text Example


Text Example

White with #C11BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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