Html Css Color HEX #C11BBA Deep Magenta

📋 copy color: '#C11BBA'

red 193 ◦ green 27 ◦ blue 186

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

Shades of Deep Magenta #C11BBA

Tints of Deep Magenta #C11BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 47.54%
G = 6.65%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C11BBA (or 0xC11BBA) is known color: Deep Magenta. HEX triplet: C1, 1B and BA. RGB value is (193,27,186). Sum of RGB (Red+Green+Blue) = 193+27+186=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C11BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BBA is #3EE445. Grayscale: #5E5E5E. Windows color (decimal): -4121670 or 12196801. OLE color: 12196801.

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

Color convert

RGB 193 27 186 -
CMYK 0 0.86 0.04 0.24
HSL 302.53º 0.75% 0.43% -
HSV(B) 302.53º 0.86% 0.76% -
XYZ 31.25 15.67 47.83 -
YUV 94.76 179.5 198.07 -
System Red Green Blue C M Y K H S L
Decimal 193 27 186 0 0.86 0.04 0.24 302.53 0.75 0.43
Hex C1 1B BA 0 56 4 18 12F 4B 2B
Octal 301 33 272 0 126 4 30 457 113 53
Binary 11000001 11011 10111010 0 1010110 100 11000 100101111 1001011 101011

Color Harmonies of #C11BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BBA

Black with #C11BBA

Text Example


Text Example

White with #C11BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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