Html Css Color HEX #C11BAC Deep Magenta

📋 copy color: '#C11BAC'

red 193 ◦ green 27 ◦ blue 172

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

Shades of Deep Magenta #C11BAC

Tints of Deep Magenta #C11BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 49.23%
G = 6.89%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C11BAC (or 0xC11BAC) is known color: Deep Magenta. HEX triplet: C1, 1B and AC. RGB value is (193,27,172). Sum of RGB (Red+Green+Blue) = 193+27+172=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C11BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11BAC is #3EE453. Grayscale: #5C5C5C. Windows color (decimal): -4121684 or 11279297. OLE color: 11279297.

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

Color convert

RGB 193 27 172 -
CMYK 0 0.86 0.11 0.24
HSL 307.59º 0.75% 0.43% -
HSV(B) 307.59º 0.86% 0.76% -
XYZ 29.83 15.1 40.37 -
YUV 93.16 172.5 199.21 -
System Red Green Blue C M Y K H S L
Decimal 193 27 172 0 0.86 0.11 0.24 307.59 0.75 0.43
Hex C1 1B AC 0 56 B 18 134 4B 2B
Octal 301 33 254 0 126 13 30 464 113 53
Binary 11000001 11011 10101100 0 1010110 1011 11000 100110100 1001011 101011

Color Harmonies of #C11BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BAC

Black with #C11BAC

Text Example


Text Example

White with #C11BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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