Html Css Color HEX #C11BBB Deep Magenta

📋 copy color: '#C11BBB'

red 193 ◦ green 27 ◦ blue 187

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

Shades of Deep Magenta #C11BBB

Tints of Deep Magenta #C11BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 47.42%
G = 6.63%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C11BBB (or 0xC11BBB) is known color: Deep Magenta. HEX triplet: C1, 1B and BB. RGB value is (193,27,187). Sum of RGB (Red+Green+Blue) = 193+27+187=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C11BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BBB is #3EE444. Grayscale: #5E5E5E. Windows color (decimal): -4121669 or 12262337. OLE color: 12262337.

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

Color convert

RGB 193 27 187 -
CMYK 0 0.86 0.03 0.24
HSL 302.17º 0.75% 0.43% -
HSV(B) 302.17º 0.86% 0.76% -
XYZ 31.35 15.71 48.39 -
YUV 94.87 180 197.99 -
System Red Green Blue C M Y K H S L
Decimal 193 27 187 0 0.86 0.03 0.24 302.17 0.75 0.43
Hex C1 1B BB 0 56 3 18 12E 4B 2B
Octal 301 33 273 0 126 3 30 456 113 53
Binary 11000001 11011 10111011 0 1010110 11 11000 100101110 1001011 101011

Color Harmonies of #C11BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BBB

Black with #C11BBB

Text Example


Text Example

White with #C11BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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